Fix indent

This commit is contained in:
Jason Penilla 2021-10-04 15:47:37 -07:00 committed by Jason
parent 8ea7d59736
commit 39a2738630

View file

@ -72,9 +72,9 @@ private class KotlinMethodCommandExecutionHandler<C>(
override fun executeFuture(commandContext: CommandContext<C>): CompletableFuture<Void?> {
val instance = context().instance()
val params = createParameterValues(
commandContext,
commandContext.flags(),
this.parameters().filterNot { Continuation::class.java == it.type }.toTypedArray()
commandContext,
commandContext.flags(),
this.parameters().filterNot { Continuation::class.java == it.type }.toTypedArray()
)
// We need to propagate exceptions to the caller.