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,6 +1,6 @@
use lazy_static::lazy_static;
use spin::Mutex;
use uart_16550::SerialPort;
use lazy_static::lazy_static;
lazy_static! {
pub static ref SERIAL1: Mutex<SerialPort> = {