Skip to content

Commit

Permalink
style: Format .rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed May 13, 2024
1 parent c3a5895 commit 86ba23b
Show file tree
Hide file tree
Showing 15 changed files with 1,245 additions and 1,207 deletions.
4 changes: 2 additions & 2 deletions node/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};

fn main() {
generate_cargo_keys();
generate_cargo_keys();

rerun_if_git_head_changed();
rerun_if_git_head_changed();
}
Loading

0 comments on commit 86ba23b

Please sign in to comment.