cargo fmt on plain-cumulus template

This commit is contained in:
Ozgun Ozerk
2023-11-15 13:41:13 +03:00
parent 05053162c2
commit 3a399e5227
18 changed files with 1712 additions and 1697 deletions
+2 -2
View File
@@ -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();
}