Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
oneElectron committed Nov 24, 2023
1 parent 48d7313 commit 3b8e03e
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 @@ -44,7 +44,7 @@ fn main() {
log::trace!("output_path = {:?}", output_path);
log::trace!("search_path = {:?}", search_path);
log::trace!("disable_os_search = {}", disable_os_search);

init::init(name, output_path.clone(), search_path, disable_os_search);

Check warning on line 48 in src/main.rs

View check run for this annotation

Codecov / codecov/patch

src/main.rs#L48

Added line #L48 was not covered by tests

output_path.push("out");
Expand Down

0 comments on commit 3b8e03e

Please sign in to comment.