Remove trailing whitespace.
This commit is contained in:
@@ -87,8 +87,8 @@ public class VacCalc extends JFrame {
|
|||||||
|
|
||||||
private void updateMonthLabel() {
|
private void updateMonthLabel() {
|
||||||
YearMonth current = calendarPanel.getCurrentMonth();
|
YearMonth current = calendarPanel.getCurrentMonth();
|
||||||
monthLabel.setText(String.format("%s %d",
|
monthLabel.setText(String.format("%s %d",
|
||||||
current.getMonth().toString(),
|
current.getMonth().toString(),
|
||||||
current.getYear()));
|
current.getYear()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user