Skip to content

Commit 88d22d9

Browse files
committed
Added missing empty line
1 parent d4a7d2b commit 88d22d9

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/DriverTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public void testProfileAndStatusInterval() {
254254
assertThat(driver.profile().cpuNanos(), equalTo(tickTime * inPages.size()));
255255
assertThat(driver.profile().iterations(), equalTo((long) inPages.size()));
256256
}
257+
257258
public void testUnchangedStatus() {
258259
DriverContext driverContext = driverContext();
259260
List<Page> inPages = randomList(2, 100, DriverTests::randomPage);

0 commit comments

Comments
 (0)