From de8d156ac8bfa526b615a2d7c0bba2b2e5871612 Mon Sep 17 00:00:00 2001 From: igamigo Date: Fri, 20 Oct 2023 15:33:33 -0300 Subject: [PATCH] nl --- prover/prover_fri_gateway/src/api_data_fetcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}