]> git.lizzy.rs Git - loadnothing.git/blobdiff - stage2/src/vga.rs
cargo fmt
[loadnothing.git] / stage2 / src / vga.rs
index f20dec771401a868082b11b89bdbac316c62beac..fa4a49996aa47ce4bd05cf7f5267c89e0cc84bad 100644 (file)
@@ -1,8 +1,8 @@
 use core::ops::{AddAssign, Deref, DerefMut, Shl, Sub};
 
 use lazy_static::lazy_static;
-use volatile::Volatile;
 use spin::Mutex;
+use volatile::Volatile;
 
 #[allow(dead_code)]
 #[derive(Debug, Clone, Copy, PartialEq, Eq)]