Skip to content
Snippets Groups Projects
Commit 62f3558d authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Satisfy rubocop

parent 61db920b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -54,7 +54,7 @@ class GitlabCiYamlProcessor
 
@jobs = {}
@config.each do |key, job|
@jobs[key] = {type: DEFAULT_TYPE}.merge(job)
@jobs[key] = { type: DEFAULT_TYPE }.merge(job)
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment