Skip to content

Commit

Permalink
Fix more indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDoot committed May 15, 2019
1 parent ea961b5 commit 0746c3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class MyPlugin constructor(@param:DefaultConfig(sharedRoot = false)
val loader: ConfigurationLoader<CommentedConfigurationNode>) {

private val manager: FeatureManager =
FeatureManager(Sponge.getScheduler().createSyncExecutor(this).asCoroutineDispatcher()) { loader.load() }
FeatureManager(Sponge.getScheduler().createSyncExecutor(this).asCoroutineDispatcher()) {
loader.load()
}

@Listener
fun onPreInit(event: GamePreInitializationEvent) {
Expand Down

0 comments on commit 0746c3a

Please sign in to comment.