mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 18:18:01 +00:00
Apply cargo fmt (#1146)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -86,7 +86,7 @@ async fn run() {
|
||||
|
||||
for substrate_node_path in substrate_bins_vec {
|
||||
let Ok(full_path) = which::which(substrate_node_path) else {
|
||||
continue
|
||||
continue;
|
||||
};
|
||||
|
||||
// Re-build if the substrate binary we're pointed to changes (mtime):
|
||||
|
||||
Reference in New Issue
Block a user