Skip to content

Commit cc49cd2

Browse files
authored
🎉 code-style(prettier-java): update code style with prettier-java
1 parent 55b1e89 commit cc49cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/GamePanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private void changeStatusValue(
223223
}
224224

225225
status_value.setFont(new Font(Font.DIALOG, Font.BOLD, 25));
226-
226+
227227
try {
228228
Integer.parseInt(guess_field.getText());
229229
} catch (NumberFormatException e) {

0 commit comments

Comments
 (0)