Reformat code
This commit is contained in:
parent
b9f59c6ae3
commit
ecec55d0be
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Future<bool> deleteLocalFiles(
|
|||
_logger.info(deletedFiles.length.toString() + " files deleted locally");
|
||||
Bus.instance
|
||||
.fire(LocalPhotosUpdatedEvent(deletedFiles, type: EventType.deleted));
|
||||
return true;
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue