Skip to content

Commit

Permalink
Style checking 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen-z committed Mar 25, 2019
1 parent 9cdbbe7 commit 4a262b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/ui/calendar/PaneNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public PaneNode(Node... children) {
* Get today.
* @return
*/
public LocalDate getDay() {
return day;
public LocalDate getDay() {
return day;
}

public void setDay(LocalDate newDay) { this.day = newDay; }
Expand Down

0 comments on commit 4a262b5

Please sign in to comment.