Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 15, 2024
1 parent 3201346 commit cf7b9f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,18 @@ use tokio::time::sleep;
use tracing::Instrument;

mod configuration;

use crate::configuration::Configuration;

mod ethereum_client;

use crate::ethereum_client::EthereumClient;

mod cow_api_client;

use crate::cow_api_client::{CowAPIClient, Order};

mod encoder;

use crate::encoder::SignatureData;

mod types;

use crate::types::Swap;

mod constants;
Expand Down

0 comments on commit cf7b9f2

Please sign in to comment.