Skip to content

Commit a7f974b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d9e0714 commit a7f974b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/index/mapper/GeoShapeScriptFieldType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ protected GeometryFieldScript.Factory getCompositeLeafFactory(
8383
script,
8484
scriptFactory.isResultDeterministic(),
8585
meta,
86-
false);
86+
false
87+
);
8788
this.geoFormatterFactory = geoFormatterFactory;
8889
}
8990

0 commit comments

Comments
 (0)