Skip to content

Commit

Permalink
fmt (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Jan 30, 2025
1 parent c1d4bbb commit ef34ba9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/orchestrator/src/generators/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,10 @@ impl ChainSpec {
})?;
self.write_spec(scoped_fs, content).await?;
} else {
warn!("⚠️ Chain Spec for chain {} is in raw mode, can't customize.", self.chain_spec_name);
warn!(
"⚠️ Chain Spec for chain {} is in raw mode, can't customize.",
self.chain_spec_name
);
}
Ok(())
}
Expand Down

0 comments on commit ef34ba9

Please sign in to comment.