Skip to content

Commit 04c5c1a

Browse files
fix(device_info_plus): formatting error
1 parent a6beb6c commit 04c5c1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/device_info_plus/device_info_plus/lib/src/device_info_plus_web.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class DeviceInfoPlusWebPlugin extends DeviceInfoPlatform {
1717
/// Factory method that initializes the DeviceInfoPlus plugin platform
1818
/// with an instance of the plugin for the web.
1919
static void registerWith(Registrar registrar) {
20-
DeviceInfoPlatform.instance = DeviceInfoPlusWebPlugin(html.window.navigator);
20+
DeviceInfoPlatform.instance =
21+
DeviceInfoPlusWebPlugin(html.window.navigator);
2122
}
2223

2324
@override

0 commit comments

Comments
 (0)