Skip to content

Commit dfccab7

Browse files
committed
fix lint
1 parent b7d4da2 commit dfccab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ pub use exchange::*;
1717
pub use helpers::{bps_diff, truncate_float, BaseUrl};
1818
pub use info::{info_client::*, *};
1919
pub use market_maker::{MarketMaker, MarketMakerInput, MarketMakerRestingOrder};
20-
pub use meta::{AssetMeta, Meta, SpotMeta, SpotAssetMeta};
20+
pub use meta::{AssetMeta, Meta, SpotAssetMeta, SpotMeta};
2121
pub use ws::*;

0 commit comments

Comments
 (0)