Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tinglou committed Nov 26, 2024
1 parent 81c2b05 commit 2822e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-cpp-2/src/llama_batch.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Safe wrapper around `llama_batch`.
use crate::token::{self, LlamaToken};
use crate::token::LlamaToken;
use llama_cpp_sys_2::{llama_batch, llama_batch_free, llama_batch_init, llama_pos, llama_seq_id};

/// A safe wrapper around `llama_batch`.
Expand Down

0 comments on commit 2822e3a

Please sign in to comment.