Skip to content

Commit 0746c3a

Browse files
committed
Fix more indent
1 parent ea961b5 commit 0746c3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ class MyPlugin constructor(@param:DefaultConfig(sharedRoot = false)
3131
val loader: ConfigurationLoader<CommentedConfigurationNode>) {
3232

3333
private val manager: FeatureManager =
34-
FeatureManager(Sponge.getScheduler().createSyncExecutor(this).asCoroutineDispatcher()) { loader.load() }
34+
FeatureManager(Sponge.getScheduler().createSyncExecutor(this).asCoroutineDispatcher()) {
35+
loader.load()
36+
}
3537

3638
@Listener
3739
fun onPreInit(event: GamePreInitializationEvent) {

0 commit comments

Comments
 (0)