Skip to content

Commit 2df49ea

Browse files
committed
cargo fmt --
1 parent 6913015 commit 2df49ea

File tree

1 file changed

+1
-3
lines changed
  • programs/drift/src/instructions

1 file changed

+1
-3
lines changed

programs/drift/src/instructions/user.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4152,9 +4152,7 @@ pub struct InitializeReferrerName<'info> {
41524152
#[instruction(market_index: u16,)]
41534153
pub struct Deposit<'info> {
41544154
pub state: Box<Account<'info, State>>,
4155-
#[account(
4156-
mut
4157-
)]
4155+
#[account(mut)]
41584156
pub user: AccountLoader<'info, User>,
41594157
#[account(
41604158
mut,

0 commit comments

Comments
 (0)