From d5fe3fdd2ab89269263d8c9148974b619ad32b57 Mon Sep 17 00:00:00 2001 From: mubarak23 Date: Sun, 6 Oct 2024 11:31:33 +0100 Subject: [PATCH] fix fmt --- src/base/constants/types.cairo | 2 +- tests/test_community.cairo | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/base/constants/types.cairo b/src/base/constants/types.cairo index 60cd615..fc09376 100644 --- a/src/base/constants/types.cairo +++ b/src/base/constants/types.cairo @@ -297,4 +297,4 @@ pub enum JoltStatus { EXPIRED, REJECTED, FAILED -} \ No newline at end of file +} diff --git a/tests/test_community.cairo b/tests/test_community.cairo index 1f323c4..746a655 100644 --- a/tests/test_community.cairo +++ b/tests/test_community.cairo @@ -454,7 +454,5 @@ fn test_should_panic_set_ban_status() { start_cheat_caller_address(community_contract_address, USER_THREE.try_into().unwrap()); communityDispatcher.set_ban_status(community_id, USER_TWO.try_into().unwrap(), true); - } -