Commit 2f7ff6ea authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix rubocop offence

parent 542b0d8b
......@@ -24,7 +24,7 @@ module Gitlab
end
def find_ref_name(commit_id, ref_prefix)
request = Gitaly::FindRefNameRequest.new(
request = Gitaly::FindRefNameRequest.new(
repository: @repository,
commit_id: commit_id,
prefix: ref_prefix
......
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