Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Apr 16, 2024
1 parent 35efabf commit ee8482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/src/book.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ use anchor_lang::prelude::Pubkey;
use anyhow::Result;
use fixed::types::I80F48;
use itertools::Itertools;
use std::collections::HashSet;
use openbook_v2::state::{
Market, Orderbook, Side, DROP_EXPIRED_ORDER_LIMIT, FILL_EVENT_REMAINING_LIMIT,
};
use std::collections::HashSet;

pub const MAXIMUM_TAKEN_ORDERS: u8 = 45;
const MAXIMUM_REMAINING_ACCOUNTS: usize = 3;
Expand Down

0 comments on commit ee8482b

Please sign in to comment.