Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-arutyunyan committed Aug 8, 2024
1 parent 63168b5 commit 92c82c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ use std::io::{self};
use std::path::Path;

fn about() -> String {
format!("{}\n{}", env!("CARGO_PKG_DESCRIPTION"), env!("CARGO_PKG_REPOSITORY"))
format!(
"{}\n{}",
env!("CARGO_PKG_DESCRIPTION"),
env!("CARGO_PKG_REPOSITORY")
)
}

#[derive(Parser, Debug)]
Expand Down

0 comments on commit 92c82c8

Please sign in to comment.