Skip to content

Commit c76eba1

Browse files
committed
Fix indentation in mock_channel
* Fix indentation in mock_channel.dart
1 parent 2872895 commit c76eba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mock_channel.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class OneSignalMockChannelController {
6868
this.state.externalId = null;
6969
return {"success" : true};
7070
case "OneSignal#setLanguage":
71-
this.state.language = (call.arguments as Map<dynamic, dynamic>)['language'] as String?;;
72-
return {"success" : true};
71+
this.state.language = (call.arguments as Map<dynamic, dynamic>)['language'] as String?;;
72+
return {"success" : true};
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)