Run rustfmt

This commit is contained in:
Philipp Oppermann
2019-01-14 14:00:54 +01:00
parent dec8ec8a60
commit 4e54bb9841
6 changed files with 8 additions and 8 deletions

View File

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