Skip to content

Commit 6fd3d9d

Browse files
committed
Remove extra blank line in NBTReader
1 parent 0b5e204 commit 6fd3d9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/glavo/nbt/io/NBTReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public double readDouble() throws IOException {
311311
return buffer.getDouble();
312312
}
313313

314-
315314
private static String getString(byte[] array, int offset, int length) {
316315
String cached = CACHE.get(array, offset, length);
317316
return cached != null ? cached : new String(array, offset, length, StandardCharsets.UTF_8);

0 commit comments

Comments
 (0)