Commit b03d9e50 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove unneeded string interpolation from entry class

parent 49e9e0b2
......@@ -113,7 +113,7 @@ module Gitlab
end
def inspect
"#{self.class.name}: #{self.to_s}"
"#{self.class.name}: #{self}"
end
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