Skip to content

Commit 5e3e21d

Browse files
Diksha-MukherjeeAgarwalmarcnause
authored andcommitted
Fix return statement formatting in _deleteAllFiles
1 parent 7800788 commit 5e3e21d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/view/logged_data_screen.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ class _LoggedDataScreenState extends State<LoggedDataScreen> {
103103

104104
Future<void> _deleteAllFiles() async {
105105
if (_isLoading) {
106-
  return;
106+
  return;
107107
}
108-
109108
if (_files.isEmpty) {
110109
ScaffoldMessenger.of(context).showSnackBar(
111110
SnackBar(

0 commit comments

Comments
 (0)