Browse Source

Whitespace fix

t00thpick1 4 years ago
parent
commit
9e2d5aada8

+ 1 - 1
src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkManager.java

@@ -38,7 +38,7 @@ public class HashChunkManager implements ChunkManager {
             rf.close();
             rf.close();
         regionMap.clear();
         regionMap.clear();
     }
     }
-    
+
     private synchronized @Nullable ChunkStore readChunkStore(@NotNull World world, int cx, int cz) throws IOException {
     private synchronized @Nullable ChunkStore readChunkStore(@NotNull World world, int cx, int cz) throws IOException {
         McMMOSimpleRegionFile rf = getReadableSimpleRegionFile(world, cx, cz);
         McMMOSimpleRegionFile rf = getReadableSimpleRegionFile(world, cx, cz);
         if (rf == null)
         if (rf == null)