Skip to content

Commit 4ce1e75

Browse files
committed
Fix code format
Ran dart format to pass ci code format
1 parent f0db6a8 commit 4ce1e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/user.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ class OneSignalUser {
7979

8080
/// Returns the list of tags on the current user.
8181
Future<Map<String, String>> getTags() async {
82-
Map<dynamic, dynamic> tags = await _channel.invokeMethod("OneSignal#getTags");
82+
Map<dynamic, dynamic> tags =
83+
await _channel.invokeMethod("OneSignal#getTags");
8384
return tags.cast<String, String>();
8485
}
8586

0 commit comments

Comments
 (0)