Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Aug 4, 2023
1 parent bfcb236 commit 690b2f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions geth-utils/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ fn main() {
}

// Files the lib depends on that should recompile the lib
let dep_files = vec![
"./gethutil/trace.go",
"./go.mod",
];
let dep_files = vec!["./gethutil/trace.go", "./go.mod"];
for file in dep_files {
println!("cargo:rerun-if-changed={}", file);
}
Expand Down

0 comments on commit 690b2f1

Please sign in to comment.