Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Nov 28, 2021
1 parent 5964025 commit b526fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wifi_basic/test/wifi_basic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void main() {
setUp(() {
bool isEnabled = true;
channel.setMockMethodCallHandler((MethodCall methodCall) async {
switch(methodCall.method) {
switch (methodCall.method) {
case "hasCapability":
return true;
case "isEnabled":
Expand Down

0 comments on commit b526fc7

Please sign in to comment.