]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/providers/Iterators.java
Tidy up
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / providers / Iterators.java
index 8dac4e476b08d42cb43daf16b694774726997f9d..80bcc1bf731948eaee847238829ae5b28d1f1695 100644 (file)
@@ -21,7 +21,7 @@ class Iterators {
                 }
             };
         }
-    };
+    }
 
     static <T extends AbstractBoundingBox> Iterable<T> empty() {
         return new Empty<>();