Whitespace fixup

This commit is contained in:
Brenda Wallace
2018-12-30 15:34:31 +13:00
parent b8fae99bde
commit b1d2c46cff
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,6 @@ module AutoSuggestHelper
</noscript>
<input id="#{resource}_#{source}_id" class="auto-suggest-id"
type="hidden" name="#{resource}[#{source}_id]" value="#{default_id}">
).html_safe # rubocob:ignore Rails/OutputSafety
).html_safe # rubocob:ignore Rails/OutputSafety
end
end

View File

@@ -29,7 +29,7 @@ module GardensHelper
output += ", planted on #{planting.planted_at}</li>"
end
output += '</ul>'
output.html_safe # rubocob:ignore Rails/OutputSafety
output.html_safe # rubocob:ignore Rails/OutputSafety
end
end
end