Style fixes.
This commit is contained in:
parent
40a6e8145b
commit
1e4a9d7d4c
1 changed files with 2 additions and 2 deletions
4
job.go
4
job.go
|
@ -74,7 +74,7 @@ const (
|
||||||
type AuroraJob struct {
|
type AuroraJob struct {
|
||||||
jobConfig *aurora.JobConfiguration
|
jobConfig *aurora.JobConfiguration
|
||||||
resources map[ResourceType]*aurora.Resource
|
resources map[ResourceType]*aurora.Resource
|
||||||
metadata map[string]*aurora.Metadata
|
metadata map[string]*aurora.Metadata
|
||||||
portCount int
|
portCount int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ func NewJob() Job {
|
||||||
return &AuroraJob{
|
return &AuroraJob{
|
||||||
jobConfig: jobConfig,
|
jobConfig: jobConfig,
|
||||||
resources: resources,
|
resources: resources,
|
||||||
metadata: make(map[string]*aurora.Metadata),
|
metadata: make(map[string]*aurora.Metadata),
|
||||||
portCount: 0,
|
portCount: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue