chore: make code style consistent
This commit is contained in:
parent
a2cea2f33e
commit
89ec3fbf29
380 changed files with 479 additions and 936 deletions
|
|
@ -57,5 +57,4 @@ public final class ExampleBot {
|
|||
|
||||
SimplixInstaller.instance().install(Platform.STANDALONE);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,5 +119,4 @@ public class ExampleApplication {
|
|||
this.discordApiComponent.shutdown();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,5 +100,4 @@ public class CommandsComponent {
|
|||
Preconditions.checkNotNull(this.commandManager, "Command Manager has not been initialized yet");
|
||||
return this.commandManager;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,5 +99,4 @@ public class DiscordApiComponent {
|
|||
CONNECTED,
|
||||
DISCONNECTED
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,5 +47,4 @@ public class ExampleModule extends AbstractSimplixModule {
|
|||
public final @NonNull ScheduledExecutorService provideExecutorService() {
|
||||
return Executors.newScheduledThreadPool(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue