Skip to content

Commit

Permalink
Missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
AuracleTech committed Feb 13, 2024
1 parent c37a156 commit d3d6fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokenizer_owned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub struct Token<T> {
pub value: String,
pub pos: (usize, usize),
}

impl<'a, T> Tokenizer<'a, T>
where
T: Clone,
Expand Down

0 comments on commit d3d6fca

Please sign in to comment.