From 440b47d31e40bb202d4edf99b552f27cf4e0af74 Mon Sep 17 00:00:00 2001 From: BradleyOlson64 Date: Thu, 30 Nov 2023 13:11:55 -0800 Subject: [PATCH] Fix white space --- polkadot/node/subsystem-util/src/runtime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/subsystem-util/src/runtime/mod.rs b/polkadot/node/subsystem-util/src/runtime/mod.rs index 4271e37d458e..aada7a5d77ab 100644 --- a/polkadot/node/subsystem-util/src/runtime/mod.rs +++ b/polkadot/node/subsystem-util/src/runtime/mod.rs @@ -535,4 +535,4 @@ pub async fn request_node_features( } else { res.map(Some) } -} \ No newline at end of file +}