Просмотр исходного кода

remove redundant continue statement

Mohammed Nafees 4 лет назад
Родитель
Сommit
1bb50f7099
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      cli/cmd/job.go

+ 0 - 1
cli/cmd/job.go

@@ -196,7 +196,6 @@ func waitForJob(_ *types.GetAuthenticatedUserResponse, client *api.Client, args
 
 		// otherwise, return no error
 		time.Sleep(10 * time.Second)
-		continue
 	}
 
 	return fmt.Errorf("timed out waiting for job")