Skip to content

Commit a7eb02c

Browse files
committed
style: remove random spaces
1 parent 4eb4c19 commit a7eb02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__brick__/web/flutter_bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ async function beginPreloading() {
6060
reportProgress();
6161
});
6262
try {
63-
return await Promise.all(loadPromises);
63+
return await Promise.all(loadPromises);
6464
} catch (error) {
65-
console.error('Error loading one or more asset:', error);
65+
console.error('Error loading one or more asset:', error);
6666
}
6767
}
6868

0 commit comments

Comments
 (0)