Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Gillespie committed Dec 10, 2024
1 parent 277fd77 commit 36c2af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceno_zkvm/src/instructions/riscv/rv32im.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
branch::{
BeqInstruction, BgeInstruction, BgeuInstruction, BltInstruction, BneInstruction,
},
div::{DivuInstruction, RemuInstruction, DivInstruction, RemInstruction},
div::{DivInstruction, DivuInstruction, RemInstruction, RemuInstruction},
logic::{AndInstruction, OrInstruction, XorInstruction},
logic_imm::{AndiInstruction, OriInstruction, XoriInstruction},
mul::MulhuInstruction,
Expand Down

0 comments on commit 36c2af4

Please sign in to comment.