diff --git a/lib/oga/lexer.rl b/lib/oga/lexer.rl index 66f7de5..0739681 100644 --- a/lib/oga/lexer.rl +++ b/lib/oga/lexer.rl @@ -299,10 +299,7 @@ module Oga }; # Attributes and their values. - element_name - %{ - t(:T_ATTR, @ts, p) - } + element_name %{ t(:T_ATTR, @ts, p) } # The value of the attribute. Attribute values are not required. e.g. # in
data-foo would be a boolean attribute.