diff options
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CollectionLogCommand.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CollectionLogCommand.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CollectionLogCommand.java b/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CollectionLogCommand.java index 1d6f9a12..1bde7631 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CollectionLogCommand.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/commands/misc/CollectionLogCommand.java @@ -9,12 +9,12 @@ import java.util.List; public class CollectionLogCommand extends ScreenCommand { - public CollectionLogCommand() { - super("neucl", GuiCollectionLog::new); - } + public CollectionLogCommand() { + super("neucl", GuiCollectionLog::new); + } - @Override - public List<String> getCommandAliases() { - return Collections.singletonList("collectionlog"); - } + @Override + public List<String> getCommandAliases() { + return Collections.singletonList("collectionlog"); + } } |
