diff --git a/prover/prover_fri_gateway/src/api_data_fetcher.rs b/prover/prover_fri_gateway/src/api_data_fetcher.rs index ceab384bb93..a009f1783f2 100644 --- a/prover/prover_fri_gateway/src/api_data_fetcher.rs +++ b/prover/prover_fri_gateway/src/api_data_fetcher.rs @@ -105,4 +105,4 @@ pub(crate) trait PeriodicApi: Sync + Send { ) -> reqwest::Result; async fn handle_response(&self, job_id: Self::JobId, response: Self::Response); -} \ No newline at end of file +}