Skip to content

Commit

Permalink
clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 7, 2024
1 parent bdd51f0 commit 3c11c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl LiteSVM {
}

pub fn set_account(&mut self, pubkey: Pubkey, data: AccountSharedData) {
self.accounts.add_account(pubkey, data).into()
self.accounts.add_account(pubkey, data)
}

pub fn get_balance(&self, pubkey: &Pubkey) -> u64 {
Expand Down

0 comments on commit 3c11c15

Please sign in to comment.