devices: legacy: Fix rustfmt issue
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
a0bbcefa14
commit
ce1d90c15b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue