Skip to content

Commit 638527b

Browse files
committed
Remove duplicate SqlFunctionParamBlock from block class list in SqlCommaBlock
1 parent 10ea283 commit 638527b

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/org/domaframework/doma/intellij/formatter/block/comma

1 file changed

+0
-1
lines changed

src/main/kotlin/org/domaframework/doma/intellij/formatter/block/comma/SqlCommaBlock.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ open class SqlCommaBlock(
6060
SqlFunctionParamBlock::class,
6161
SqlWithColumnGroupBlock::class,
6262
SqlKeywordGroupBlock::class,
63-
SqlFunctionParamBlock::class,
6463
SqlElConditionLoopCommentBlock::class,
6564
)
6665

0 commit comments

Comments
 (0)