Skip to content
Snippets Groups Projects
Commit bf290a52 authored by Stan Hu's avatar Stan Hu
Browse files

Rubocop fix

parent 577565d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -94,7 +94,7 @@ module MergeRequests
# gitlab_git throws a Rugged::OdbError
# This is fixed in https://gitlab.com/gitlab-org/gitlab_git/merge_requests/52
@commits = @project.repository.commits_between(common_ref, @newrev) if common_ref
rescue => e
rescue
end
 
# Prevent system notes from seeing a blank SHA
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