Skip to content

Commit

Permalink
Fixed fmt issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharding8 committed Apr 20, 2024
1 parent d7ad42c commit 788706e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/emulation_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pub mod memory;
pub mod mips;
pub mod mips_instruction;
pub mod registers;
pub mod riscv;
pub mod riscv_instruction;
pub mod riscv_registers;
pub mod riscv;

0 comments on commit 788706e

Please sign in to comment.