Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jan 8, 2024
1 parent 73da6f4 commit 218e40e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/sandbox/app/components/unsafe_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ def call
"<div>hello #{user_input}</div>"
end
end

1 change: 0 additions & 1 deletion test/sandbox/app/components/unsafe_postamble_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ def output_postamble
"<script>alert('hello!')</script>"
end
end

0 comments on commit 218e40e

Please sign in to comment.