Skip to content

Commit

Permalink
chore: formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 8, 2024
1 parent 15a507b commit 2a66948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acvm-repo/acir/src/circuit/opcodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod memory_operation;
pub use black_box_function_call::{BlackBoxFuncCall, FunctionInput};
pub use memory_operation::{BlockId, MemOp};

#[allow(clippy::large_enum_variant)]
#[derive(Clone, PartialEq, Eq, Serialize, Deserialize)]
pub enum Opcode {
AssertZero(Expression),
Expand Down

0 comments on commit 2a66948

Please sign in to comment.