Skip to content

Commit be73684

Browse files
Format platform_manager.dart
1 parent e42d439 commit be73684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/utils/platform_manager.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import 'dart:io';
32

43
class PlatformManager {
@@ -12,4 +11,4 @@ class PlatformManager {
1211

1312
bool isAndroid() => Platform.isAndroid;
1413
bool isIOS() => Platform.isIOS;
15-
}
14+
}

0 commit comments

Comments
 (0)