Remove redundant return statement
这个提交包含在:
父节点
d42474892c
当前提交
094f209791
3
pew.go
3
pew.go
@ -278,9 +278,8 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
|
||||
runOk = true // does not really used
|
||||
testOk = true
|
||||
default:
|
||||
err = errors.New("Unsupported artifact type")
|
||||
log.Println("Unsupported artifact type")
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
func performCI(ka config.Artifact, kcfg config.KernelConfig, binaryPath,
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户