Skip to content

Commit b526fc7

Browse files
committed
formatting
1 parent 5964025 commit b526fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wifi_basic/test/wifi_basic_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void main() {
1010
setUp(() {
1111
bool isEnabled = true;
1212
channel.setMockMethodCallHandler((MethodCall methodCall) async {
13-
switch(methodCall.method) {
13+
switch (methodCall.method) {
1414
case "hasCapability":
1515
return true;
1616
case "isEnabled":

0 commit comments

Comments
 (0)