Skip to content

Commit

Permalink
optimize loop logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfttkx committed Dec 21, 2024
1 parent 17b56c2 commit f6b2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/init_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ class _InitPageState extends State<InitPage> {
if (plugin.name == pluginHTTP.name) {
if (plugin.version != pluginHTTP.version) {
count++;
break;
}
break;
}
}
}
Expand Down

0 comments on commit f6b2580

Please sign in to comment.