Skip to content

Commit d8aa89b

Browse files
spotless Apply
Signed-off-by: Aparajita Pandey <aparajita31pandey@gmail.com>
1 parent 66a475b commit d8aa89b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

legacy/src/main/java/org/opensearch/sql/legacy/executor/format/SelectResultSet.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ private void loadFromEsState(Query query) {
175175
Map<String, Map<String, FieldMappingMetadata>> mappings = response.mappings();
176176
if (mappings.size() != 1) {
177177
throw new IllegalArgumentException(
178-
String.format("Expected exactly one index mapping for %s, but found %d",
179-
indexName, mappings.size()));
178+
String.format(
179+
"Expected exactly one index mapping for %s, but found %d",
180+
indexName, mappings.size()));
180181
}
181182
Map<String, FieldMappingMetadata> typeMappings = mappings.values().iterator().next();
182183

0 commit comments

Comments
 (0)