Skip to content

Commit 322798b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent b1606c7 commit 322798b

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/session

1 file changed

+1
-1
lines changed

x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/session/EqlSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private <T> void preAnalyze(LogicalPlan parsed, ActionListener<LogicalPlan> list
125125
Set<String> fieldNames = fieldNames(parsed);
126126
IndicesOptions indicesOptions = configuration.indicesOptions();
127127

128-
//TODO this is for CPS, put it behind a flag
128+
// TODO this is for CPS, put it behind a flag
129129
indicesOptions = IndicesOptions.builder(indicesOptions)
130130
.crossProjectModeOptions(new IndicesOptions.CrossProjectModeOptions(true))
131131
.build();

0 commit comments

Comments
 (0)