Run cargo fmt

This commit is contained in:
Philipp Oppermann
2019-04-20 19:06:00 +02:00
parent 4cbac20b40
commit 46bb44b95d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
use crate::{serial_print, serial_println};
use core::fmt;
use lazy_static::lazy_static;
use spin::Mutex;
use volatile::Volatile;
use crate::{serial_print, serial_println};
lazy_static! {
/// A global `Writer` instance that can be used for printing to the VGA text buffer.