Skip to content

Commit f198524

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 50e19f5 commit f198524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/LookupJoinTypesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ private void testLookupJoinTypes(String group) {
319319
initIndexes(group);
320320
initData(group);
321321
for (TestConfig config : testConfigurations.get(group).configs.values()) {
322-
if ((isValidDatType(config.mainType()) && isValidDatType(config.lookupType())) == false ) {
322+
if ((isValidDatType(config.mainType()) && isValidDatType(config.lookupType())) == false) {
323323
continue;
324324
}
325325
String query = String.format(

0 commit comments

Comments
 (0)