You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/12/13 15:00:30 UTC

[iotdb] 02/02: spotless

This is an automated email from the ASF dual-hosted git repository.

hui pushed a commit to branch lmh/fixCI
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 2471238f7871c763588ebffdf3dd181f7ac82118
Author: Minghui Liu <li...@foxmail.com>
AuthorDate: Tue Dec 13 22:58:32 2022 +0800

    spotless
---
 .../src/test/java/org/apache/iotdb/db/it/query/IoTDBNullOperandIT.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBNullOperandIT.java b/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBNullOperandIT.java
index 142c94c4cb..73233b3242 100644
--- a/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBNullOperandIT.java
+++ b/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBNullOperandIT.java
@@ -181,7 +181,8 @@ public class IoTDBNullOperandIT {
     String[] retArray = new String[] {};
     resultSetEqualTest("select s1, s3, s4 from root.** where s2>0", expectedHeader, retArray);
 
-    resultSetEqualTest("select s1, s3, s4 from root.** where s2 is not null", expectedHeader, retArray);
+    resultSetEqualTest(
+        "select s1, s3, s4 from root.** where s2 is not null", expectedHeader, retArray);
 
     retArray =
         new String[] {