ソースを参照

remove redundant continue statement

Mohammed Nafees 4 年 前
コミット
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
 		// otherwise, return no error
 		time.Sleep(10 * time.Second)
 		time.Sleep(10 * time.Second)
-		continue
 	}
 	}
 
 
 	return fmt.Errorf("timed out waiting for job")
 	return fmt.Errorf("timed out waiting for job")