We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11552c7 commit 3176816Copy full SHA for 3176816
src/main/java/io/github/techstreet/dfscript/DFScript.java
@@ -40,7 +40,7 @@ public class DFScript implements ModInitializer {
40
.create();
41
42
@Override
43
- public void onInitialize(){
+ public void onInitialize() {
44
LOGGER.info("Initializing");
45
Runtime.getRuntime().addShutdownHook(new Thread(this::onClose));
46
0 commit comments