Skip to content

Commit

Permalink
Update detekt-rules-style/src/main/kotlin/io/gitlab/arturbosch/detekt…
Browse files Browse the repository at this point in the history
…/rules/style/BracesOnWhenStatements.kt

Co-authored-by: Róbert Papp <papp.robert.s@gmail.com>
  • Loading branch information
VitalyVPinchuk and TWiStErRob committed Apr 13, 2023
1 parent 0e45543 commit 70183de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ import org.jetbrains.kotlin.psi.psiUtil.siblings
* when (a) {
* 1 ->
* f1()
* 2 -> { // // Necessary braces because of multiple statements.
* 2 -> { // Necessary braces because of multiple statements.
* f2()
* f3()
* }
Expand Down

0 comments on commit 70183de

Please sign in to comment.