Commit 137e2abb authored by Rémy Coutable's avatar Rémy Coutable

Fix Rubocop offense

parent b6a0a0d5
...@@ -33,7 +33,7 @@ module Gitlab ...@@ -33,7 +33,7 @@ module Gitlab
end end
def above_size_limit_message def above_size_limit_message
"#{to_s} You won't be able to push new code to this project. #{more_info_message}" "#{self} You won't be able to push new code to this project. #{more_info_message}"
end end
private private
......
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