Skip to content

Commit ab7aa34

Browse files
committed
.
1 parent 28db959 commit ab7aa34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

actionsrunner/runner.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@ func runJob(runnerenv RunnerEnvironment, joblock *sync.Mutex, vssConnection *pro
615615
}()
616616
}
617617

618-
func renewJob(jobctx context.Context, runServiceURL string, jobreq *protocol.AgentJobRequestMessage, con *protocol.VssConnection, instance *runnerconfiguration.RunnerInstance) error {
618+
func renewJob(jobctx context.Context, runServiceURL string, jobreq *protocol.AgentJobRequestMessage,
619+
con *protocol.VssConnection, instance *runnerconfiguration.RunnerInstance) error {
619620
if runServiceURL != "" {
620621
jobVssConnection, _, conErr := jobreq.GetConnection("SystemVssConnection")
621622
if conErr != nil {

0 commit comments

Comments
 (0)