Skip to content

Commit

Permalink
Merge pull request #715 from powdr-labs/fix-lint
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
chriseth authored Oct 23, 2023
2 parents 125305e + 8fcd126 commit 1f75c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/pilstark/estark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl<F: FieldElement> BackendImpl<F> for EStark {
&setup.program,
&pil,
&self.params,
&"".to_string(),
"",
)
.unwrap();

Expand Down

0 comments on commit 1f75c54

Please sign in to comment.