Skip to content

Commit aa49007

Browse files
committed
Fix failing CI
1 parent 35c8761 commit aa49007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tsid/conversions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::tsid::{ParseErrorReason, TsidError, REVERSE, TSID, ALPHABET};
1+
use crate::tsid::{ParseErrorReason, TsidError, ALPHABET, REVERSE, TSID};
22

33
impl From<TSID> for u64 {
44
fn from(val: TSID) -> Self {

0 commit comments

Comments
 (0)