Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Xien Dong committed Oct 25, 2016
1 parent 17c2e1d commit 6e0f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/todo/logic/commands/EditCommand.java
Expand Up @@ -87,7 +87,7 @@ public CommandResult execute() throws ValidationException {
}
});
eventBus.post(new HighlightTaskEvent(editedTask));
if (description.hasBoundValue()){
if (description.hasBoundValue()) {
eventBus.post(new ExpandCollapseTaskEvent(editedTask));
}
return taskSuccessfulResult(editedTask.getTitle(), EditCommand.VERB);
Expand Down

0 comments on commit 6e0f138

Please sign in to comment.