Commit 7c448d51 authored by Pawel Chojnacki's avatar Pawel Chojnacki

add missing retval

parent 68c80ede
......@@ -128,6 +128,8 @@ module Gitlab
trans.increment("#{name}_real_time", real_time.in_milliseconds, false)
trans.increment("#{name}_cpu_time", cpu_time.in_milliseconds, false)
trans.increment("#{name}_call_count", 1, false)
retval
end
# Sets the action of the current transaction (if any)
......
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