Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 2, 2021
1 parent 26e799b commit 93bc70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public interface Model {
* Replaces the given task {@code target} with {@code editedTask}.
* {@code target} must exist in the task list.
* setTask uses targetIndex rather than target Person; This is because tasks may not be unique, unlike persons
*
*
* @return The edited task with updated contact information
*/
Task setTask(Task target, Task editedTask);
Expand Down

0 comments on commit 93bc70e

Please sign in to comment.