From 35930f2d61dfd88ed24579d0a212c66481b3300d Mon Sep 17 00:00:00 2001 From: salaheldinsoliman Date: Thu, 13 Jun 2024 01:00:34 +0200 Subject: [PATCH] run cargo fmt Signed-off-by: salaheldinsoliman --- tests/soroban_testcases/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/soroban_testcases/mod.rs b/tests/soroban_testcases/mod.rs index 71fb34a1b..abe0ca498 100644 --- a/tests/soroban_testcases/mod.rs +++ b/tests/soroban_testcases/mod.rs @@ -1,3 +1,3 @@ // SPDX-License-Identifier: Apache-2.0 mod math; -mod storage; \ No newline at end of file +mod storage;