Skip to content

Commit

Permalink
Style fix. Found Photo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellaaarh committed Oct 16, 2018
1 parent 0ed30dd commit acbbb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/model/person/Photo.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public Photo(String filePath, String newPhoto) throws IllegalValueException {
}
//link to the path
this.photoPath = FOLDER + "//" + newPhoto;
makePhoto( filePath, newPhoto);

makePhoto( filePath, newPhoto);
}

private void makePhoto(String filePath, String newPhoto) {
Expand Down

0 comments on commit acbbb05

Please sign in to comment.