Skip to content

Commit 9d40a8f

Browse files
cargo clippy --fix
1 parent 0c3f37a commit 9d40a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fn main() {
133133

134134
let vhost = virtual_host(&sf, command_args);
135135

136-
let mut res_handler = ResultHandler::new(&cli, &command_args);
136+
let mut res_handler = ResultHandler::new(&cli, command_args);
137137
let exit_code = dispatch_subcommand(
138138
pair,
139139
command_args,

0 commit comments

Comments
 (0)