Browse Source

Reformat code

Vishnu Mohandas 4 years ago
parent
commit
ecec55d0be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/utils/delete_file_util.dart

+ 1 - 1
lib/utils/delete_file_util.dart

@@ -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;
   }