Browse Source

Rubocop

pull/372/head
baarkerlounger 3 years ago
parent
commit
f0e5f30dd3
  1. 2
      app/helpers/interuption_screen_helper.rb

2
app/helpers/interuption_screen_helper.rb

@ -11,6 +11,6 @@ module InteruptionScreenHelper
rescue StandardError rescue StandardError
return "" return ""
end end
"#{translation}".html_safe translation.to_s.html_safe
end end
end end

Loading…
Cancel
Save