Skip to content

Commit a2f6837

Browse files
committed
rustfmt
1 parent 82411c5 commit a2f6837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use rustc_span::symbol::{sym, Symbol};
2828
use rustc_target::abi::Size;
2929
use rustc_target::spec::abi::Abi;
3030

31-
use crate::{*, shims::posix::FileHandler};
31+
use crate::{shims::posix::FileHandler, *};
3232

3333
// Some global facts about the emulated machine.
3434
pub const PAGE_SIZE: u64 = 4 * 1024; // FIXME: adjust to target architecture

0 commit comments

Comments
 (0)