Skip to content

Commit

Permalink
Add missing println
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jan 21, 2024
1 parent bd08706 commit cb76f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeysPerSecond/src/dev/roanh/kps/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ protected static final void resetTotals(){
System.out.print(" " + CommandKeys.formatExtendedCode(key.getKey()) + ":" + key.getValue().getCount());
key.getValue().setCount(0);
}
System.out.println();

frame.repaint();
}
Expand Down

0 comments on commit cb76f40

Please sign in to comment.