Skip to content

Commit 5ad1536

Browse files
committed
dart format
1 parent aa149c8 commit 5ad1536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/networking/api_provider.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ class ApiProvider {
4848
IosDeviceInfo iosDeviceInfo = await deviceInfo.iosInfo;
4949
_deviceMeta = {
5050
"model": iosDeviceInfo.model,
51-
"brand":
52-
iosDeviceInfo.name.replaceAll(RegExp('[^\u0001-\u007F]'), '_'),
51+
"brand": iosDeviceInfo.name.replaceAll(RegExp('[^\u0001-\u007F]'), '_'),
5352
"manufacturer": "Apple",
5453
"version": iosDeviceInfo.systemVersion,
5554
"uuid": uuid,

0 commit comments

Comments
 (0)