Skip to content

Commit

Permalink
fix: render (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 authored Oct 3, 2023
1 parent cfd6a54 commit 859af55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ pub(crate) fn render(model: PathBuf, output: PathBuf, args: RunArgs) -> Result<(
halo2_proofs::dev::CircuitLayout::default()
// We hide labels, else most circuits become impossible to decipher because of overlaid text
.show_labels(false)
.render(circuit.settings.run_args.logrows, &circuit, &root)?;
.render(circuit.settings().run_args.logrows, &circuit, &root)?;
Ok(())
}

Expand Down

0 comments on commit 859af55

Please sign in to comment.