Skip to content

Commit 266e54c

Browse files
committed
Add new line at the end of the file
1 parent c9a50da commit 266e54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/neo4j/gds/core/utils/paged/ShardedByteArrayLongMapTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ void testAddingMultipleNodesInParallel(@ForAll("nodes") @Size(10000) byte[][] or
178178
assertThat(map.toOriginalNodeId(map.toMappedNodeId(node))).isEqualTo(node);
179179
}
180180
}
181-
}
181+
}

0 commit comments

Comments
 (0)