minor spacing change

This commit is contained in:
James Seibel
2021-08-14 17:22:59 -05:00
parent e44157fae5
commit 3b375e9c1b
@@ -329,7 +329,6 @@ public class LodQuadTreeDimensionFileHandler
}
fw.close();
// overwrite the old file with the new one
Files.move(newFile.toPath(), oldFile.toPath(), StandardCopyOption.ATOMIC_MOVE, StandardCopyOption.REPLACE_EXISTING);
}