Skip to content

Commit 6a65fad

Browse files
committed
Format
1 parent 32765e5 commit 6a65fad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/lazy/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ use crate::{
77
vlq::parse_vlq_segment_into,
88
Error, RawToken, Result,
99
};
10-
use std::{borrow::Cow, collections::{BTreeSet, HashMap}};
10+
use std::{
11+
borrow::Cow,
12+
collections::{BTreeSet, HashMap},
13+
};
1114

1215
use bitvec::{order::Lsb0, vec::BitVec, view::BitView};
1316
use bytes_str::BytesStr;

0 commit comments

Comments
 (0)