Skip to content

Commit 30b94a7

Browse files
committed
delete trailing space
1 parent dbadf9d commit 30b94a7

File tree

1 file changed

+4
-5
lines changed
  • basics/realloc/anchor/programs/anchor-realloc/src

1 file changed

+4
-5
lines changed

basics/realloc/anchor/programs/anchor-realloc/src/lib.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ pub struct Update<'info> {
3939
pub payer: Signer<'info>,
4040

4141
#[account(
42-
mut,
43-
realloc = Message::required_space(input.len()),
44-
realloc::payer = payer,
45-
realloc::zero = true,
42+
mut,
43+
realloc = Message::required_space(input.len()),
44+
realloc::payer = payer,
45+
realloc::zero = true,
4646
)]
4747
pub message_account: Account<'info, Message>,
4848
pub system_program: Program<'info, System>,
@@ -60,4 +60,3 @@ impl Message {
6060
input_len
6161
}
6262
}
63-

0 commit comments

Comments
 (0)