Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqs committed Mar 27, 2019
1 parent 15338b4 commit 9c51621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/ReportDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ReportDisplay extends UiPart<Region> {

private static final String FXML = "ReportDisplay.fxml";

public static final String MESSAGE_SCORE_CHANGE_PREFIX = "Your latest score has changed by ";
private static final String MESSAGE_SCORE_CHANGE_PREFIX = "Your latest score has changed by ";

// Pixel values used for manipulating string offset (see below)
private static final int PIXELS_PER_CHARACTER = 6;
Expand Down

0 comments on commit 9c51621

Please sign in to comment.