Skip to content

Commit 0c93530

Browse files
committed
fmt
1 parent fb3d997 commit 0c93530

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extensions/rv32im/circuit/src/load_sign_extend/execution.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ use std::{
44
mem::size_of,
55
};
66

7-
use openvm_circuit::{arch::*, system::memory::{online::GuestMemory, POINTER_MAX_BITS}};
7+
use openvm_circuit::{
8+
arch::*,
9+
system::memory::{online::GuestMemory, POINTER_MAX_BITS},
10+
};
811
use openvm_circuit_primitives_derive::AlignedBytesBorrow;
912
use openvm_instructions::{
1013
instruction::Instruction,

0 commit comments

Comments
 (0)