Fix indent
This commit is contained in:
parent
8ea7d59736
commit
39a2738630
1 changed files with 3 additions and 3 deletions
|
|
@ -72,9 +72,9 @@ private class KotlinMethodCommandExecutionHandler<C>(
|
||||||
override fun executeFuture(commandContext: CommandContext<C>): CompletableFuture<Void?> {
|
override fun executeFuture(commandContext: CommandContext<C>): CompletableFuture<Void?> {
|
||||||
val instance = context().instance()
|
val instance = context().instance()
|
||||||
val params = createParameterValues(
|
val params = createParameterValues(
|
||||||
commandContext,
|
commandContext,
|
||||||
commandContext.flags(),
|
commandContext.flags(),
|
||||||
this.parameters().filterNot { Continuation::class.java == it.type }.toTypedArray()
|
this.parameters().filterNot { Continuation::class.java == it.type }.toTypedArray()
|
||||||
)
|
)
|
||||||
|
|
||||||
// We need to propagate exceptions to the caller.
|
// We need to propagate exceptions to the caller.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue