From ee8482b703ca7c58278b8a73653ef78d930530c1 Mon Sep 17 00:00:00 2001 From: Maximilian Schneider Date: Wed, 17 Apr 2024 00:21:21 +0400 Subject: [PATCH] format --- lib/client/src/book.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/src/book.rs b/lib/client/src/book.rs index a4cbddf83..0877ba616 100644 --- a/lib/client/src/book.rs +++ b/lib/client/src/book.rs @@ -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;