chore: make code style consistent

This commit is contained in:
Citymonstret 2022-06-10 10:24:50 +02:00 committed by Jason
parent a2cea2f33e
commit 89ec3fbf29
380 changed files with 479 additions and 936 deletions

View file

@ -57,5 +57,4 @@ public final class ExampleBot {
SimplixInstaller.instance().install(Platform.STANDALONE);
}
}

View file

@ -119,5 +119,4 @@ public class ExampleApplication {
this.discordApiComponent.shutdown();
System.exit(0);
}
}

View file

@ -100,5 +100,4 @@ public class CommandsComponent {
Preconditions.checkNotNull(this.commandManager, "Command Manager has not been initialized yet");
return this.commandManager;
}
}

View file

@ -99,5 +99,4 @@ public class DiscordApiComponent {
CONNECTED,
DISCONNECTED
}
}

View file

@ -47,5 +47,4 @@ public class ExampleModule extends AbstractSimplixModule {
public final @NonNull ScheduledExecutorService provideExecutorService() {
return Executors.newScheduledThreadPool(0);
}
}