Skip to content

Commit 62b8ecd

Browse files
authored
Remove return
1 parent b67e000 commit 62b8ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/domaframework/doma/intellij/formatter/block/expr/SqlElParametersBlock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class SqlElParametersBlock(
7171
return when (childBlock1) {
7272
is SqlElSymbolBlock -> SqlCustomSpacingBuilder.nonSpacing
7373
is SqlElCommaBlock -> SqlCustomSpacingBuilder.normalSpacing
74-
else -> return SqlCustomSpacingBuilder.nonSpacing
74+
else -> SqlCustomSpacingBuilder.nonSpacing
7575
}
7676
}
7777

0 commit comments

Comments
 (0)