Skip to content

Commit 177d449

Browse files
committed
Fix indentation calculation in SqlLineCommentBlock
1 parent 5b5f561 commit 177d449

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/SqlLineCommentBlock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ open class SqlLineCommentBlock(
5555
return it.indent.groupIndentLen.minus(2)
5656
}
5757
}
58-
return 1
58+
return it.indent.indentLen
5959
}
6060
return 1
6161
}

0 commit comments

Comments
 (0)