Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mantej committed Sep 21, 2024
1 parent b968831 commit cf8ccd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/r1cs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ where

// add public outputs to public inputs
let num_public_inputs = self.public_inputs.len() + self.public_outputs.len();

// public inputs
res.push_str(&format!("@ public inputs: {}\n\n", num_public_inputs));

Expand Down

0 comments on commit cf8ccd1

Please sign in to comment.