Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 6, 2023
1 parent 8598204 commit 8205d7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ fn run() -> Result<(), Error> {
Ok(())
}


fn main() {
if let Err(err) = run() {
eprintln!("{err}");
std::process::exit(1);
}
}
}

0 comments on commit 8205d7a

Please sign in to comment.