Early return statement (thanks @inverse)

This commit is contained in:
Paulo Truta
2022-02-05 13:52:01 +00:00
parent 55fe955d27
commit 295fd44a38
2 changed files with 5 additions and 8 deletions
-1
View File
@@ -291,7 +291,6 @@ func ExecuteSchedules(tick int) {
log.Println("Setting up cloud version options (name, email, api token)")
taskSetupCloudOptions()
}
// Executing on startup (first tick). Schedules run before tasks in the SystemIterator
uptime := taskGetSystemUptime()