Skip to content

Commit cbf2055

Browse files
committed
Fix indent
1 parent abfb630 commit cbf2055

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cloud-kotlin-extensions/src/main/kotlin/cloud/commandframework/kotlin/coroutines/KotlinAnnotatedMethods.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ private class KotlinMethodCommandExecutionHandler<C>(
7272
override fun executeFuture(commandContext: CommandContext<C>): CompletableFuture<Void?> {
7373
val instance = context().instance()
7474
val params = createParameterValues(
75-
commandContext,
76-
commandContext.flags(),
77-
this.parameters().filterNot { Continuation::class.java == it.type }.toTypedArray()
75+
commandContext,
76+
commandContext.flags(),
77+
this.parameters().filterNot { Continuation::class.java == it.type }.toTypedArray()
7878
)
7979

8080
// We need to propagate exceptions to the caller.

0 commit comments

Comments
 (0)