chore: linting nursery

This commit is contained in:
Jack Wills
2022-08-04 13:01:16 +00:00
parent 1263662bd9
commit 1bd61d4ce8
8 changed files with 23 additions and 35 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ pub struct CliArgs {
impl CliArgs {
/// Parse cli arguments
pub fn new() -> Self {
let args = CliArgs::parse();
let args = Self::parse();
// Quit the program if the docker update argument is 0
// Should maybe change it to check if less than 100