Skip to content

Commit 19d2815

Browse files
committed
Format!
1 parent b6faf68 commit 19d2815

File tree

1 file changed

+3
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/evaluator

1 file changed

+3
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/evaluator/EvalMapper.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ record BooleanLogicExpressionEvaluator(BinaryLogic bl, ExpressionEvaluator leftE
105105
implements
106106
ExpressionEvaluator {
107107

108-
private static final long BASE_RAM_BYTES_USED = RamUsageEstimator.shallowSizeOfInstance(BooleanLogicExpressionEvaluator.class);
108+
private static final long BASE_RAM_BYTES_USED = RamUsageEstimator.shallowSizeOfInstance(
109+
BooleanLogicExpressionEvaluator.class
110+
);
109111

110112
@Override
111113
public Block eval(Page page) {

0 commit comments

Comments
 (0)