Skip to content

Commit

Permalink
Fix rubocop issue with trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Nov 28, 2023
1 parent ebf1189 commit a4943e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/loofah/html5/safelist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,10 @@ module SafeList
]),
}

ACCEPTABLE_BOOLEAN_OR_EMPTY_ATTRIBUTES =
ACCEPTABLE_BOOLEAN_OR_EMPTY_ATTRIBUTES =
ACCEPTABLE_BOOLEAN_ATTRIBUTES.merge(ACCEPTABLE_EMPTY_ATTRIBUTES) do |_, a, b|
a + b
end


ACCEPTABLE_ATTRIBUTES = Set.new([
"abbr",
Expand Down

0 comments on commit a4943e4

Please sign in to comment.