Skip to content

Commit

Permalink
style: cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed May 22, 2024
1 parent 5afddce commit 53372f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ error_chain! {
}
}

fn main() -> () {
fn main() {
let root = workspace_root();
let submodules_dir = format!("{}/{}", root, "external");
let proto_dir = format!("{}/{}", root, PROTO_DIR);
Expand Down

0 comments on commit 53372f8

Please sign in to comment.