Skip to content

Commit 9a381c3

Browse files
author
Jack Gibbons
committed
Format
1 parent cc63344 commit 9a381c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/connectivity_plus/connectivity_plus_platform_interface/test/method_channel_connectivity_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ void main() {
7474
final result = await methodChannelConnectivity.checkConnectivity();
7575
expect(
7676
result,
77-
containsAll(
78-
[ConnectivityResult.mobile, ConnectivityResult.satellite]),
77+
containsAll([ConnectivityResult.mobile, ConnectivityResult.satellite]),
7978
);
8079
});
8180

0 commit comments

Comments
 (0)