cargo fmt

This commit is contained in:
Elnu 2023-08-12 13:58:28 -07:00
parent 18f64358f0
commit 412ca4e538
4 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ pub const BING: &str = "https://www.bing.com/images/search";
#[command(author, version, about, long_about = None)]
struct Args {
/// The port at which to run.
#[arg(short, long, default_value_t=3002)]
#[arg(short, long, default_value_t = 3002)]
port: u16,
}