Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Oct 23, 2023
1 parent 125305e commit 8fcd126
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 8fcd126

Please sign in to comment.