goimports fix.
This commit is contained in:
parent
64273844e7
commit
420b899dd5
3 changed files with 25 additions and 25 deletions
2
job.go
2
job.go
|
@ -235,7 +235,7 @@ func (j *AuroraJob) TaskConfig() *aurora.TaskConfig {
|
||||||
func (j *AuroraJob) AddURIs(extract bool, cache bool, values ...string) Job {
|
func (j *AuroraJob) AddURIs(extract bool, cache bool, values ...string) Job {
|
||||||
for _, value := range values {
|
for _, value := range values {
|
||||||
j.jobConfig.TaskConfig.MesosFetcherUris = append(j.jobConfig.TaskConfig.MesosFetcherUris,
|
j.jobConfig.TaskConfig.MesosFetcherUris = append(j.jobConfig.TaskConfig.MesosFetcherUris,
|
||||||
&aurora.MesosFetcherURI{Value: value, Extract: &extract, Cache: &cache,})
|
&aurora.MesosFetcherURI{Value: value, Extract: &extract, Cache: &cache})
|
||||||
}
|
}
|
||||||
return j
|
return j
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue