Skip to content

Commit 18698ee

Browse files
committed
spotless
1 parent 898156d commit 18698ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

replication/static/src/main/java/io/deephaven/replicators/ReplicateUpdateBy.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,7 @@ private static void fixupBoolean(String boolResult) throws IOException {
345345
"boolean previousVal", "byte previousVal",
346346
"boolean currentVal", "byte currentVal",
347347
"BooleanChunk", "ByteChunk",
348-
"val != NULL_BOOLEAN", "BooleanUtils.isNull(val)"
349-
);
348+
"val != NULL_BOOLEAN", "BooleanUtils.isNull(val)");
350349
lines = replaceRegion(lines, "extra-methods",
351350
Collections.singletonList(
352351
" @Override\n" +

0 commit comments

Comments
 (0)