lib/pronto/formatter/bitbucket_formatter.rb in pronto-0.8.0 vs lib/pronto/formatter/bitbucket_formatter.rb in pronto-0.8.1

- old
+ new

@@ -8,10 +8,10 @@ def pretty_name 'BitBucket' end def line_number(message, _) - message.line.new_lineno + message.line.new_lineno if message.line end end end end