Update backup_and_restore.dart

formatting
This commit is contained in:
NBA2K1 2024-12-16 22:07:19 +01:00
parent 15a0958f2b
commit 361ebcce4d

View file

@ -159,7 +159,9 @@ class BackupAndRestore extends ConsumerWidget {
try {
FilePickerResult? result =
await FilePicker.platform
.pickFiles(allowMultiple: false, type: FileType.custom, allowedExtensions: ["backup"]);
.pickFiles(allowMultiple: false,
type: FileType.custom,
allowedExtensions: ["backup"]);
if (result != null && context.mounted) {
ref.watch(doRestoreProvider(