Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Nov 14, 2023
1 parent cc4e4e6 commit 2f67039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/src/pre_tokenizers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ impl PySequence {
}
}

fn _from_string(string: String) -> Result<PrependScheme, PyErr>{
fn _from_string(string: String) -> Result<PrependScheme, PyErr> {
let scheme = match string.as_str() {
"first" => PrependScheme::First,
"never" => PrependScheme::Never,
Expand Down

0 comments on commit 2f67039

Please sign in to comment.