Skip to content

Commit 83c3315

Browse files
Diksha-MukherjeeAgarwalmarcnause
authored andcommitted
Fix indentation
1 parent e9e85b3 commit 83c3315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/view/logged_data_screen.dart

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

104104
Future<void> _deleteAllFiles() async {
105105
if (_isLoading) {
106-
  return;
106+
return;
107107
}
108108
if (_files.isEmpty) {
109109
ScaffoldMessenger.of(context).showSnackBar(

0 commit comments

Comments
 (0)