Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
skrrb committed Dec 26, 2023
1 parent f13d58f commit cf510a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/openbook-v2/src/instructions/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub use cancel_all_and_place_orders::*;
pub use cancel_all_orders::*;
pub use cancel_and_place_orders::*;
pub use cancel_order::*;
pub use cancel_order_by_client_order_id::*;
pub use close_market::*;
Expand All @@ -23,8 +23,8 @@ pub use stub_oracle_create::*;
pub use stub_oracle_set::*;
pub use sweep_fees::*;

mod cancel_all_and_place_orders;
mod cancel_all_orders;
mod cancel_and_place_orders;
mod cancel_order;
mod cancel_order_by_client_order_id;
mod close_market;
Expand Down

0 comments on commit cf510a4

Please sign in to comment.