Skip to content

Commit

Permalink
chore: Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Jul 12, 2024
1 parent 31a35a7 commit f9e0036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use clap::Parser;
use local_ip_address::local_ip;
use sakaya::cli::Cli;
use sakaya::cli::Commands;
use local_ip_address::local_ip;
use std::net::SocketAddrV4;
use std::net::{IpAddr, Ipv4Addr};
use sakaya::util::is_container;
use sakaya::util::notify;
use sakaya::{client, server};
use std::net::SocketAddrV4;
use std::net::{IpAddr, Ipv4Addr};

/// The main function is in charge of either starting a `sakaya-server` or
/// starting a `sakaya-client` that connects to a `sakaya-server`.
Expand Down

0 comments on commit f9e0036

Please sign in to comment.