Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
[gavin-ygy] committed Nov 21, 2024
1 parent 29c31d1 commit ff55b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/src/local/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl Prover for LocalProver {

async fn setup<'a>(
&self,
vk_path: &'a String,
vk_path: &'a str,
input: &'a ProverInput,
_timeout: Option<Duration>,
) -> anyhow::Result<()> {
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/network/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl Prover for NetworkProver {

async fn setup<'a>(
&self,
_vk_path: &'a String,
_vk_path: &'a str,
_input: &'a ProverInput,
_timeout: Option<Duration>,
) -> anyhow::Result<()> {
Expand Down

0 comments on commit ff55b9e

Please sign in to comment.