Skip to content

Commit f72830f

Browse files
committed
formated
1 parent 499b10a commit f72830f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/controller/file_manager_controller.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ class FileManagerController extends ChangeNotifier {
4646
_path = entity.path;
4747
notifyListeners();
4848
} else {
49-
throw(
50-
"FileSystemEntity entity is File. Please provide a Directory(folder) to be opened not File");
49+
throw ("FileSystemEntity entity is File. Please provide a Directory(folder) to be opened not File");
5150
}
5251
}
5352
}

0 commit comments

Comments
 (0)