Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hsiao authored and Nathan Hsiao committed Sep 2, 2024
1 parent 6aff644 commit 9e10ed5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions applications/cd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use getopts::Options;
pub fn main(args: Vec<String>) -> isize {
let mut opts = Options::new();
opts.optflag("h", "help", "print this help menu");
opts.optflag("p", "parent", "use '..' to change to parent directory");

let matches = match opts.parse(args) {
Ok(m) => m,
Expand Down Expand Up @@ -48,8 +47,7 @@ pub fn main(args: Vec<String>) -> isize {
return -1;
}
_ => {}
}

}
}
0
}
Expand Down

0 comments on commit 9e10ed5

Please sign in to comment.