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 {
|
||||
jobConfig *aurora.JobConfiguration
|
||||
resources map[ResourceType]*aurora.Resource
|
||||
metadata map[string]*aurora.Metadata
|
||||
metadata map[string]*aurora.Metadata
|
||||
portCount int
|
||||
}
|
||||
|
||||
|
@ -108,7 +108,7 @@ func NewJob() Job {
|
|||
return &AuroraJob{
|
||||
jobConfig: jobConfig,
|
||||
resources: resources,
|
||||
metadata: make(map[string]*aurora.Metadata),
|
||||
metadata: make(map[string]*aurora.Metadata),
|
||||
portCount: 0,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue