Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 15, 2022
1 parent 1b569c0 commit 1c3127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_css_minifier/src/compressor/rules.rs
Expand Up @@ -67,7 +67,7 @@ impl Compressor {
DeclarationName::Ident(Ident {
value: right_value, ..
}),
) => left_value.eq_ignore_ascii_case(&right_value),
) => left_value.eq_ignore_ascii_case(right_value),
(
DeclarationName::DashedIdent(DashedIdent {
value: left_value, ..
Expand Down

0 comments on commit 1c3127c

Please sign in to comment.