Skip to content

Commit

Permalink
fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 8, 2024
1 parent b617b18 commit 3c6ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/tokenizer/pre_tokenizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl PreTokenizedString {
.flat_map(|split| {
split.tokens.unwrap().into_iter().map(|token| {
// Replace this with the actual fields you need for the Encoding type
(token.id,String::with_capacity(0), (0, 0), None, 0)
(token.id, String::with_capacity(0), (0, 0), None, 0)
})
})
.collect();
Expand Down

0 comments on commit 3c6ee87

Please sign in to comment.