Skip to content

Commit

Permalink
[INLONG-8676][Manager] code style
Browse files Browse the repository at this point in the history
  • Loading branch information
haibo-duan committed Feb 20, 2024
1 parent b39698a commit 894b223
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ public class ElasticsearchAggregationsTermsInfo {

private String field;
private int size;
private Map<String,ElasticsearchAggregationsSumInfo> aggregations;
private Map<String, ElasticsearchAggregationsSumInfo> aggregations;
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
@AllArgsConstructor
public class ElasticsearchQuerySortInfo {

private List<Map<String,ElasticsearchQuerySortValueInfo>> sort;
private List<Map<String, ElasticsearchQuerySortValueInfo>> sort;
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
@AllArgsConstructor
public class ElasticsearchQueryTermInfo {

private Map<String,ElasticsearchQueryTermValueInfo> term;
private Map<String, ElasticsearchQueryTermValueInfo> term;
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ public class ElasticsearchRequest {
private int size;
private ElasticsearchQueryInfo query;
private ElasticsearchQuerySortInfo sort;
private Map<String,Map<String,ElasticsearchAggregationsTermsInfo>> aggregations;
private Map<String, Map<String, ElasticsearchAggregationsTermsInfo>> aggregations;
}

0 comments on commit 894b223

Please sign in to comment.