Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 28, 2023
1 parent 2d39f9c commit fd1b5de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions token/program-2022/src/extension/token_group/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ pub fn process_update_group_authority(

/// Processes an [InitializeMember](enum.TokenGroupInstruction.html)
/// instruction
pub fn process_initialize_member(
_program_id: &Pubkey,
accounts: &[AccountInfo],
) -> ProgramResult {
pub fn process_initialize_member(_program_id: &Pubkey, accounts: &[AccountInfo]) -> ProgramResult {
let account_info_iter = &mut accounts.iter();

let member_info = next_account_info(account_info_iter)?;
Expand Down

0 comments on commit fd1b5de

Please sign in to comment.