mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Indent.
This commit is contained in:
parent
471410a9bc
commit
1ad1ac37e0
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ open class JvmCompilerPlugin @Inject constructor(
|
|||
}
|
||||
}
|
||||
return if (failedResult != null) failedResult!!
|
||||
else results[0]
|
||||
else if (results.size > 0) results[0]
|
||||
else TaskResult(false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue