Skip to content

Commit d08521b

Browse files
committed
whitespace
1 parent 6a937f0 commit d08521b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/corebpe.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ fn hash_current_thread() -> usize {
163163
}
164164

165165
const MAX_NUM_THREADS: usize = 128;
166+
166167
#[derive(Debug)]
167168
pub struct CoreBPE {
168169
encoder: HashMap<Vec<u8>, usize>,

0 commit comments

Comments
 (0)