Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Sep 20, 2023
1 parent 4ca5558 commit e319d6b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ public PlayerRoster() {
setHotKeyKey(BUTTON_KEYSTROKE);

setLaunchButton(makeLaunchButton(
Resources.getString("PlayerRoster.allow_another"),
Resources.getString("PlayerRoster.retire"),
"",
e -> launch()
Resources.getString("PlayerRoster.allow_another"),
Resources.getString("PlayerRoster.retire"),
"",
e -> launch()
));

getLaunchButton().setEnabled(false); // not usuable without a game
Expand Down

0 comments on commit e319d6b

Please sign in to comment.