Skip to content

Commit 7309236

Browse files
committed
Use cargo fmt
1 parent b144dd1 commit 7309236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/register/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ pub mod mimpid;
6161
pub mod mvendorid;
6262

6363
// Machine Trap Setup
64-
pub mod misa;
65-
pub mod mstatus;
6664
pub mod medeleg;
6765
pub mod mideleg;
6866
pub mod mie;
67+
pub mod misa;
68+
pub mod mstatus;
6969
pub mod mtvec;
7070
// TODO: mcounteren
7171

0 commit comments

Comments
 (0)