Skip to content

Commit

Permalink
fix format from main branch pull
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Oct 3, 2024
1 parent 6726470 commit 569af26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/base/constants/errors.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ pub mod Errors {
pub const NOT_MEMBER: felt252 = 'Karst: Not a Community Member';
pub const NOT_TOKEN_OWNER: felt252 = 'Karst: Not a Token Owner';
pub const TOKEN_DOES_NOT_EXIST: felt252 = 'Karst: Token does not exist';
pub const TOKEN_DOES_NOT_EXIST: felt252 = 'Karst: token_id does not exist!';

}
2 changes: 0 additions & 2 deletions src/base/constants/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ pub struct QuoteParams {
}



#[derive(Debug, Drop, Serde, starknet::Store, Clone)]
pub struct CommunityDetails {
community_id: u256,
Expand Down Expand Up @@ -188,7 +187,6 @@ pub struct CommunityMember {
}



#[derive(Debug, Drop, Serde, starknet::Store, Clone)]
pub struct CommunityGateKeepDetails {
community_id: u256,
Expand Down
7 changes: 3 additions & 4 deletions src/community/community.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,8 @@ mod CommunityComponent {
(true, gate_keep.gate_keep_type)
}
}

// *************************************************************************
// PRIVATE FUNCTIONS
// *************************************************************************

// PRIVATE FUNCTIONS
// *************************************************************************

}

0 comments on commit 569af26

Please sign in to comment.