From d90b0f13780a5730ef0560dc0b0a1de1eb16348c Mon Sep 17 00:00:00 2001 From: mubarak23 Date: Mon, 7 Oct 2024 19:12:14 +0100 Subject: [PATCH] chore:format code --- src/community/community.cairo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/community/community.cairo b/src/community/community.cairo index 73f2826..b6000bf 100644 --- a/src/community/community.cairo +++ b/src/community/community.cairo @@ -520,7 +520,9 @@ pub mod CommunityComponent { if community_nft.is_zero() { // Deploy a new Collect NFT contract let deployed_collect_nft_address = self - ._deploy_community_nft(karst_hub, community_id, community_nft_impl_class_hash, salt); + ._deploy_community_nft( + karst_hub, community_id, community_nft_impl_class_hash, salt + ); // Update the community with the deployed Collect NFT address let updated_community = CommunityDetails {