Skip to content

Commit

Permalink
chore:format code
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Oct 7, 2024
1 parent fe7f8f6 commit d90b0f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/community/community.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d90b0f1

Please sign in to comment.