Skip to content

Commit

Permalink
Fix checkStyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-ruster committed Nov 10, 2023
1 parent 94b21a2 commit c246dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/chessmaster/storage/Storage.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

public class Storage {
//@@author ken_ruster
private static final String LOAD_BOARD_MISMATCH_STRING = "Board state does not match state dictated by move history!";
private static final String LOAD_BOARD_MISMATCH_STRING =
"Board state does not match state dictated by move history!";
//@@author TriciaBK
private String filePathString;
private File storageFile;
Expand Down

0 comments on commit c246dab

Please sign in to comment.