Browse Source

Run cargo fmt

Nicholas Bishop 1 month ago
parent
commit
7c9fd85664
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -116,7 +116,7 @@
 
 extern crate alloc;
 
-use core::{fmt, ffi::*};
+use core::{ffi::*, fmt};
 
 pub mod output;
 mod parser;