Skip to content

Commit 7c9fd85

Browse files
Run cargo fmt
1 parent cb91645 commit 7c9fd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
extern crate alloc;
118118

119-
use core::{fmt, ffi::*};
119+
use core::{ffi::*, fmt};
120120

121121
pub mod output;
122122
mod parser;

0 commit comments

Comments
 (0)