Browse Source

Reformat code

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
8b119ee647
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      lib/ui/backup_folder_selection_widget.dart

+ 2 - 1
lib/ui/backup_folder_selection_widget.dart

@@ -69,7 +69,8 @@ class _BackupFolderSelectionWidgetState
               onPressed: _backedupFolders.length == 0
                   ? null
                   : () async {
-                      await Configuration.instance.setPathsToBackUp(_backedupFolders);
+                      await Configuration.instance
+                          .setPathsToBackUp(_backedupFolders);
                       Bus.instance.fire(BackupFoldersUpdatedEvent());
                       Navigator.pop(context);
                     },