Skip to content
Snippets Groups Projects
Commit 2f7ff6ea authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Fix rubocop offence

parent 542b0d8b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
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