File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/kotlin/org/domaframework/doma/intellij/formatter/block Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import org.domaframework.doma.intellij.formatter.block.group.subgroup.SqlDataTyp
3434import org.domaframework.doma.intellij.formatter.block.group.subgroup.SqlFunctionParamBlock
3535import org.domaframework.doma.intellij.formatter.block.group.subgroup.SqlSubGroupBlock
3636import org.domaframework.doma.intellij.formatter.block.group.subgroup.SqlSubQueryGroupBlock
37+ import org.domaframework.doma.intellij.formatter.block.group.subgroup.SqlValuesParamGroupBlock
3738import org.domaframework.doma.intellij.formatter.util.IndentType
3839import org.domaframework.doma.intellij.formatter.util.SqlBlockFormattingContext
3940
@@ -136,7 +137,7 @@ open class SqlRightPatternBlock(
136137 }
137138
138139 // Default case
139- preSpaceRight = false
140+ preSpaceRight = parentBlock is SqlValuesParamGroupBlock
140141 }
141142
142143 override val indent =
You can’t perform that action at this time.
0 commit comments