Commit 808489ae authored by Jayson Salazar's avatar Jayson Salazar

Fix complaints about missing empty lines

parent 4a770dc7
......@@ -76,6 +76,7 @@ module Spam
# @TODO log if error is not nil https://gitlab.com/gitlab-org/gitlab/-/issues/329545
return [nil, attribs] unless result
[result, attribs]
rescue StandardError => e
......
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