Skip to content

Commit 261efcf

Browse files
committed
.
1 parent ab7aa34 commit 261efcf

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
@@ -616,7 +616,8 @@ func runJob(runnerenv RunnerEnvironment, joblock *sync.Mutex, vssConnection *pro
616616
}
617617

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

0 commit comments

Comments
 (0)