Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 20, 2023
1 parent f4d01a6 commit b786c29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/commands/on_runtime_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ where
);
log::error!(
"{}",
colorize_string("<bold><red>-------------------------------------------------------------------")
colorize_string(
"<bold><red>-------------------------------------------------------------------"
)
);
std::process::exit(1);
}
Expand Down

0 comments on commit b786c29

Please sign in to comment.