Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Oct 1, 2024
1 parent 99f9cdb commit 62834f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/defi-entities/src/market.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use alloy_primitives::{address, Address};
use eyre::{OptionExt, Result};
use log::debug;

use crate::{build_swap_path_vec};
use crate::build_swap_path_vec;
use crate::{EmptyPool, Pool, PoolClass, PoolWrapper, Token};
use crate::{SwapPath, SwapPaths};

Expand Down

0 comments on commit 62834f1

Please sign in to comment.