Skip to content

Commit 7ccfae1

Browse files
Diksha-MukherjeeAgarwalmarcnause
authored andcommitted
Fix indentation in line 116
1 parent 68c49a0 commit 7ccfae1

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
@@ -113,7 +113,7 @@ class _LoggedDataScreenState extends State<LoggedDataScreen> {
113113
),
114114
);
115115
return;
116-
}
116+
}
117117
final confirmed = await showDialog<bool>(
118118
context: context,
119119
builder: (BuildContext context) {

0 commit comments

Comments
 (0)