Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 6, 2024
1 parent 398239e commit 204b828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use lindera::tokenizer::{Tokenizer, TokenizerBuilder};

pub use crate::common::*;


pub fn load_tokenizer() -> Result<Tokenizer, c_int> {
let builder = TokenizerBuilder::new().map_err(|e| {
eprintln!("Failed to create tokenizer builder: {}", e);
Expand Down

0 comments on commit 204b828

Please sign in to comment.