Skip to content

Commit d201554

Browse files
committed
reformatted code
1 parent cad4992 commit d201554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/com/spoiligaming/generator/gui/tabs/TabGeneral.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class TabGeneral : AbstractTab(0, "General") {
1717
vgap = 7.5
1818
CommonElement().run {
1919
createContentField(
20-
this@apply, "General",
20+
this@apply,
21+
"General",
2122
ElementBoolean.addBooleanValue(
2223
BaseConfigurationFactory.getInstance().generalSettings.logGenerationInfo,
2324
"Log Generation Info",

0 commit comments

Comments
 (0)