Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed Feb 26, 2024
1 parent 48e8a22 commit dff5972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/openbook-v2/src/state/open_orders_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl OpenOrdersAccount {
}

// owner can withdraw to anywhere
return ix_signer == self.owner;
ix_signer == self.owner
}

pub fn all_orders(&self) -> impl Iterator<Item = &OpenOrder> {
Expand Down

0 comments on commit dff5972

Please sign in to comment.