Skip to content

Commit 998be5a

Browse files
committed
fix: formatting-issue
1 parent 5a24613 commit 998be5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/provider/image_loader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ImageLoader extends ChangeNotifier {
4545
}) async {
4646
isLoading = true;
4747
notifyListeners();
48-
48+
4949
try {
5050
final dir = await getApplicationDocumentsDirectory();
5151
final file = File('${dir.path}/last_finalized.png');

0 commit comments

Comments
 (0)