Skip to content

Commit

Permalink
chore: fmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
junyu0312 committed Jul 7, 2023
1 parent 30fb7c9 commit 1bcb787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/circuits/etable/op_configure/op_bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,8 @@ impl<F: FieldExt> EventTableOpcodeConfigBuilder<F> for BinConfigBuilder {
* (constant_from!(1) - res_flag.expr(meta))
* is_div_s.expr(meta),
(degree_helper1.expr(meta)
- (d.u64_cell.expr(meta) + res.u64_cell.expr(meta))
* res_flag.expr(meta))
* is_div_s.expr(meta),
- (d.u64_cell.expr(meta) + res.u64_cell.expr(meta)) * res_flag.expr(meta))
* is_div_s.expr(meta),
/*
* If only one of the left and the right is negative,
* `res` must equal to `size_modulus - normalized quotient(d)`, or
Expand Down
2 changes: 1 addition & 1 deletion src/foreign/wasm_input_helper/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pub mod test;
enum Op {
WasmInput = 0,
WasmOutput = 1,
}
}

0 comments on commit 1bcb787

Please sign in to comment.