Skip to content

Commit e715241

Browse files
alexrabinrobert-ancell
authored andcommitted
Added break statement
1 parent 3a54259 commit e715241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/wifi.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Future<NetworkManagerSettingsConnection?> getAccessPointConnectionSettings(
8888
if (id.toNative() == ssid) {
8989
accessPointSettings =
9090
element["connection"] as NetworkManagerSettingsConnection;
91+
break;
9192
}
9293
}
9394
}

0 commit comments

Comments
 (0)