Commit 7b7ccd51 authored by Mike Greiling's avatar Mike Greiling

fix rubocop violations

parent 6af30c73
...@@ -52,7 +52,7 @@ module MergeRequests ...@@ -52,7 +52,7 @@ module MergeRequests
{ {
'GL_ID' => Gitlab::GlId.gl_id(current_user), 'GL_ID' => Gitlab::GlId.gl_id(current_user),
'GL_PROTOCOL' => 'web', 'GL_PROTOCOL' => 'web',
'GL_REPOSITORY'=> Gitlab::GlRepository.gl_repository(project, false), 'GL_REPOSITORY' => Gitlab::GlRepository.gl_repository(project, false)
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment