Skip to content

Commit d0be307

Browse files
committed
Fix check style failure
1 parent 50438b5 commit d0be307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/maxmind/db/MultiBuffer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public static MultiBuffer wrap(ByteBuffer[] chunks) {
290290
continue;
291291
}
292292
throw new IllegalArgumentException("Chunk at index " + i
293-
+ " is smaller than expected chunk size");
293+
+ " is smaller than expected chunk size");
294294
}
295295

296296
return new MultiBuffer(chunks);

0 commit comments

Comments
 (0)