Skip to content

Commit e85a32a

Browse files
committed
Duplicate Removal
1 parent 3127277 commit e85a32a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/kotlin/org/domaframework/doma/intellij/formatter/processor/SqlFormatPreProcessor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class SqlFormatPreProcessor : PreFormatProcessor {
4444
SqlTypes.LINE_COMMENT,
4545
SqlTypes.WORD,
4646
SqlTypes.COMMA,
47-
SqlTypes.BLOCK_COMMENT,
4847
SqlTypes.OTHER,
4948
)
5049

src/main/kotlin/org/domaframework/doma/intellij/formatter/util/SqlKeywordUtil.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class SqlKeywordUtil {
7979
"union",
8080
"intersect",
8181
"except",
82-
"with",
8382
"do",
8483
)
8584

0 commit comments

Comments
 (0)