Skip to content

Commit 1757edb

Browse files
committed
Optimize imports
1 parent ce7735f commit 1757edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/skriptlang/skript/bukkit/loottables/LootTableModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
import java.io.IOException;
2323
import java.io.StreamCorruptedException;
24-
import java.util.UUID;
2524

26-
public class LootTableModule {
25+
public class
26+
LootTableModule {
2727

2828
public static void load() throws IOException {
2929

0 commit comments

Comments
 (0)