Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuoguo committed Jul 21, 2023
1 parent 937d21c commit 25e1c62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/verus/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ pub struct Reports {
}

fn repo_path() -> Option<Reports> {

// check if user has git as executable
if Command::new("git").arg("--version").output().is_err() {
return None;
Expand Down Expand Up @@ -277,7 +276,6 @@ fn repo_path() -> Option<Reports> {
let input_file: Option<String> = match rs_files.len() {
1 => Some(rs_files[0].clone()),
_ => {
eprintln!("{}: cannot find input file", yansi::Paint::red("error"));
None // passed down to rust_verify for error message
}
};
Expand Down

0 comments on commit 25e1c62

Please sign in to comment.