From b764cd45817ce317c1b30464ab4150da1099e5c7 Mon Sep 17 00:00:00 2001 From: Andrea Cerone <22031682+acerone85@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:34:56 +0100 Subject: [PATCH] Update crates/fuel-core/src/graphql_api/api_service.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MÃ¥rten Blankfors --- crates/fuel-core/src/graphql_api/api_service.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/fuel-core/src/graphql_api/api_service.rs b/crates/fuel-core/src/graphql_api/api_service.rs index 42097e43897..f75684be474 100644 --- a/crates/fuel-core/src/graphql_api/api_service.rs +++ b/crates/fuel-core/src/graphql_api/api_service.rs @@ -229,9 +229,9 @@ impl RunnableTask for Task { const REQUIRED_FUEL_BLOCK_HEIGHT_HEADER: &str = "REQUIRED_FUEL_BLOCK_HEIGHT"; const CURRENT_FUEL_BLOCK_HEIGHT_HEADER: &str = "CURRENT_FUEL_BLOCK_HEIGHT"; -async fn required_fuel_block_height( - req: AxumRequest, - next: Next, +async fn required_fuel_block_height( + req: AxumRequest, + next: Next, ) -> impl IntoResponse { let last_known_block_height: BlockHeight = LAST_KNOWN_BLOCK_HEIGHT .get()