Skip to content

Commit c3bba75

Browse files
committed
Format
1 parent 8e9619a commit c3bba75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/database/database_web.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class DatabaseWeb implements DatabaseInterface {
2525
static const int _databaseVersion = 1;
2626

2727
@override
28-
bool get isSupported => true; // IndexedDB is always available in modern browsers
28+
bool get isSupported =>
29+
true; // IndexedDB is always available in modern browsers
2930

3031
@override
3132
String get platformName => 'web';

0 commit comments

Comments
 (0)