Skip to content

Commit d91811f

Browse files
committed
Fix format
1 parent 468c355 commit d91811f

File tree

1 file changed

+4
-4
lines changed
  • common/src/main/kotlin/com/lambda/interaction/construction/result

1 file changed

+4
-4
lines changed

common/src/main/kotlin/com/lambda/interaction/construction/result/BreakResult.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ sealed class BreakResult : BuildResult() {
117117
?.onSuccess { _, _ ->
118118
success(Unit)
119119
}?.start(this@ItemCantMine) ?: run {
120-
selectStack {
121-
isItem(badItem).not()
122-
}.transfer(MainHandContainer)?.start(this@ItemCantMine) ?: failure("No item found or space")
123-
}
120+
selectStack {
121+
isItem(badItem).not()
122+
}.transfer(MainHandContainer)?.start(this@ItemCantMine) ?: failure("No item found or space")
123+
}
124124
}
125125

126126
override fun SafeContext.buildRenderer() {

0 commit comments

Comments
 (0)