From a7eaa32077f7c9b5350752b2cf1ede677f2b1af2 Mon Sep 17 00:00:00 2001 From: Mitch Turner Date: Mon, 6 Jan 2025 18:25:10 -0700 Subject: [PATCH] Lint toml file --- crates/services/gas_price_service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/services/gas_price_service/Cargo.toml b/crates/services/gas_price_service/Cargo.toml index 3a769368c0..efde85a485 100644 --- a/crates/services/gas_price_service/Cargo.toml +++ b/crates/services/gas_price_service/Cargo.toml @@ -34,7 +34,7 @@ tracing = { workspace = true } fuel-core-services = { workspace = true, features = ["test-helpers"] } fuel-core-storage = { workspace = true, features = ["test-helpers"] } fuel-core-types = { path = "./../../types", features = ["test-helpers"] } -mockito = { version = "1.6.1" } +mockito = { version = "1.6.1" } serde_json = { workspace = true } tracing-subscriber = { workspace = true }