Skip to content

Commit

Permalink
remove unnecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSpeitel committed Sep 4, 2023
1 parent b2c4d9b commit 3d28dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
};

let mut borg: Borg = Borg::default();
let mut borg = Borg::default();
if cli.dry_run {
borg.dry_run();
}
Expand Down

0 comments on commit 3d28dbe

Please sign in to comment.