devices: legacy: Fix rustfmt issue

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-05-09 16:47:40 +01:00 committed by Samuel Ortiz
parent a0bbcefa14
commit ce1d90c15b

View File

@ -5,8 +5,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE-BSD-3-Clause file.
mod serial;
mod i8042;
mod serial;
pub use self::serial::Serial;
pub use self::i8042::I8042Device;
pub use self::serial::Serial;