Skip to content

Commit 508ed2f

Browse files
committed
minor formatting
1 parent 4eb2775 commit 508ed2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/kotlin/org/polyfrost/intelliprocessor/utils/SourceSetFileDialog.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ class SourceSetFileDialog(
5353
if (it.isNonGenerated) {
5454
font = font.deriveFont(Font.BOLD)
5555
}
56-
if (!it.metOpeningCondition) foreground = JBColor.GRAY
56+
if (!it.metOpeningCondition) {
57+
foreground = JBColor.GRAY
58+
}
5759
}
5860
}
5961

@@ -120,7 +122,7 @@ class SourceSetFileDialog(
120122
panel.add(search, BorderLayout.NORTH)
121123
panel.add(JBScrollPane(list), BorderLayout.CENTER)
122124
bottomPanelOrNull()?.let {
123-
panel.add(it,BorderLayout.SOUTH)
125+
panel.add(it, BorderLayout.SOUTH)
124126
}
125127
return panel
126128
}

0 commit comments

Comments
 (0)