Remove redundant return statement
This commit is contained in:
parent
d42474892c
commit
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
|
runOk = true // does not really used
|
||||||
testOk = true
|
testOk = true
|
||||||
default:
|
default:
|
||||||
err = errors.New("Unsupported artifact type")
|
log.Println("Unsupported artifact type")
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func performCI(ka config.Artifact, kcfg config.KernelConfig, binaryPath,
|
func performCI(ka config.Artifact, kcfg config.KernelConfig, binaryPath,
|
||||||
|
Loading…
Reference in New Issue
Block a user