Fix rubocop offence
This commit is contained in:
parent
ffbc0b1c29
commit
f8e680b786
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Gitlab
|
|||
after_script: job[:after_script],
|
||||
environment: job[:environment],
|
||||
retry: job[:retry],
|
||||
start_in: job[:start_in],
|
||||
start_in: job[:start_in]
|
||||
}.compact }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue