Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
bannified committed Oct 24, 2018
1 parent 1d8bc8b commit e11fde5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/seedu/address/logic/LogicManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ public ListElementPointer getHistorySnapshot() {
}

@Override
public WishTransaction getWishTransaction() { return model.getWishTransaction(); }
public WishTransaction getWishTransaction() {
return model.getWishTransaction();
}
}

0 comments on commit e11fde5

Please sign in to comment.