Skip to content

Commit 52843b6

Browse files
committed
equality check over elvis
1 parent 771469d commit 52843b6

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/interaction/request/breaking

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ object BreakManager : RequestHandler<BreakRequest>(
642642

643643
return primaryBreak?.let { primary ->
644644
updateBreakProgress(primary)
645-
} ?: false
645+
} == true
646646
}
647647
is ReBreakResult.ReBroke -> {
648648
info.type = ReBreak

0 commit comments

Comments
 (0)