Skip to content

Commit bc12fd0

Browse files
committed
Automatic formatting only
1 parent a8ee24f commit bc12fd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/lmdbjava/TutorialTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ public void tutorial7() throws IOException {
500500
// how to speed up inserts by appending them in key order, using integer
501501
// or reverse ordered keys, using Env.DISABLE_CHECKS_PROP etc), but you now
502502
// know enough to tackle the JavaDocs with confidence. Have fun!
503-
504503
private Env<ByteBuffer> createSimpleEnv(final File path) {
505504
return create()
506505
.setMapSize(10_485_760)

0 commit comments

Comments
 (0)