Minor style changes
This commit is contained in:
parent
37be87d609
commit
a83956cb24
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ func NewUpdateJob(job *Job) *UpdateJob {
|
|||
req.Settings.RollbackOnFailure = true
|
||||
req.Settings.WaitForBatchCompletion = false
|
||||
|
||||
//TODO(rdelvalle): Deep copy job
|
||||
//TODO(rdelvalle): Deep copy job struct to avoid unexpected behavior
|
||||
return &UpdateJob{job, req}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue