Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 19, 2024
1 parent d1d1adb commit 6d53d3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/swc_css_visit/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84197,9 +84197,7 @@ impl<V: ?Sized + Fold> FoldWith<V> for Token {
let raw = { <swc_atoms::Atom as FoldWith<V>>::fold_with(raw, visitor) };
Token::BadUrl { raw }
}
Token::Delim { value } => {
Token::Delim { value }
}
Token::Delim { value } => Token::Delim { value },
Token::Number {
value,
raw,
Expand Down

0 comments on commit 6d53d3e

Please sign in to comment.