Ran gofmt on project.
This commit is contained in:
parent
65d92e9962
commit
1e71db7b31
17 changed files with 15 additions and 28 deletions
1
job.go
1
job.go
|
@ -87,7 +87,6 @@ func NewJob() Job {
|
|||
taskConfig.Resources[ramMb] = true
|
||||
taskConfig.Resources[diskMb] = true
|
||||
|
||||
|
||||
numCpus.NumCpus = new(float64)
|
||||
ramMb.RamMb = new(int64)
|
||||
diskMb.DiskMb = new(int64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue