We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67e000 commit 62b8ecdCopy full SHA for 62b8ecd
src/main/kotlin/org/domaframework/doma/intellij/formatter/block/expr/SqlElParametersBlock.kt
@@ -71,7 +71,7 @@ class SqlElParametersBlock(
71
return when (childBlock1) {
72
is SqlElSymbolBlock -> SqlCustomSpacingBuilder.nonSpacing
73
is SqlElCommaBlock -> SqlCustomSpacingBuilder.normalSpacing
74
- else -> return SqlCustomSpacingBuilder.nonSpacing
+ else -> SqlCustomSpacingBuilder.nonSpacing
75
}
76
77
0 commit comments