Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Oct 27, 2023
1 parent 7c86012 commit 7d48900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfq/program/src/instructions/rfq/respond_to_rfq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use anchor_lang::prelude::*;
use anchor_spl::token::TokenAccount;

#[derive(Accounts)]
#[instruction(bid: Option<Quote>, ask: Option<Quote>,pda_distinguisher: u16)]
#[instruction(bid: Option<Quote>, ask: Option<Quote>, pda_distinguisher: u16)]
pub struct RespondToRfqAccounts<'info> {
#[account(mut)]
pub maker: Signer<'info>,
Expand Down

0 comments on commit 7d48900

Please sign in to comment.