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
+1 -1
View File
@@ -10,5 +10,5 @@ mod command;
mod rpc;
fn main() -> sc_cli::Result<()> {
command::run()
command::run()
}