Commit d62b3f8fed25907f076eba5230e9ec04f102ffd6

Authored by Brian van Burken
1 parent fc6053a4
Exists in master and in 1 other branch production

Removed extra empty line at the body end.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/models/error_report.rb
... ... @@ -91,5 +91,4 @@ class ErrorReport
91 91 def fingerprint
92 92 @fingerprint ||= fingerprint_strategy.generate(notice, api_key)
93 93 end
94   -
95 94 end
... ...