From 7ee4aca367e1795f8c8088884a1dde60e03b08cd Mon Sep 17 00:00:00 2001 From: Dmytro Kozhevin Date: Mon, 16 Dec 2024 19:58:43 -0500 Subject: [PATCH] !fixup fmt --- soroban-sdk/src/testutils/cost_estimate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soroban-sdk/src/testutils/cost_estimate.rs b/soroban-sdk/src/testutils/cost_estimate.rs index 013eb9ba..bfc045c0 100644 --- a/soroban-sdk/src/testutils/cost_estimate.rs +++ b/soroban-sdk/src/testutils/cost_estimate.rs @@ -74,7 +74,7 @@ impl CostEstimate { /// /// The budget metering resets before every top-level contract level /// invocation. - /// + /// /// budget() may also be used to adjust the CPU and memory limits via the /// `reset_` methods. ///