Skip to content

Commit

Permalink
style: remove trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jan 27, 2025
1 parent 32b897d commit 2788dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/src/processor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::tokens::{categories, Token};
fn tokenize(source: &str) -> Vec<Token> {
let events =
Parser::new(source.as_bytes()).into_cst_stream().whitespaces(false);

tokens::Tokens::new(source.as_bytes(), events).collect()
}

Expand Down

0 comments on commit 2788dce

Please sign in to comment.