Skip to content

Commit f1b3c92

Browse files
committed
fmt
1 parent c4f822e commit f1b3c92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/com/styx/ui/AddNativeGameDialog.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import javax.swing.JTextField
1818
import javax.swing.border.EmptyBorder
1919

2020
class AddNativeGameDialog(private val launcher: GameLauncher) : JDialog(launcher, "Add Native Linux Game", true) {
21-
2221
private val nameInput = JTextField(30)
2322
private val exeInput = JTextField(30)
2423
var gameData: Game? = null

0 commit comments

Comments
 (0)