mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Removed unnecessary continue (last statement in a loop)
This commit is contained in:
@@ -180,8 +180,7 @@ public class SyncReport {
|
||||
|
||||
// Sync went bad
|
||||
syncEvent = null;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (SyncEvent se : syncEvents) {
|
||||
|
Reference in New Issue
Block a user