rustfmt ghost cli and fix typos

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2025-07-29 15:03:44 +03:00
parent 767161ac9c
commit 6ae3fd6291
5 changed files with 111 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
fn main () {
fn main() {
if let Ok(profile) = std::env::var("PROFILE") {
println!("cargo:rustc-cfg=build_type=\"{}\"", profile);
}