From 0566d7bece32c98628c1a0f257cb7942d23bddae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 13 Dec 2022 21:00:51 +0100 Subject: [PATCH] FMT --- primitives/core/src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/primitives/core/src/lib.rs b/primitives/core/src/lib.rs index 95e5e4e9c4c38..f1888d659f9cb 100644 --- a/primitives/core/src/lib.rs +++ b/primitives/core/src/lib.rs @@ -643,10 +643,10 @@ macro_rules! generate_feature_enabled_macro { #[cfg($feature_name)] #[macro_export] macro_rules! $macro_name { - ( $d ( $d input:tt )* ) => { - $d ( $d input )* - } - } + ( $d ( $d input:tt )* ) => { + $d ( $d input )* + } + } /// Enable/disable the given code depending on #[doc = concat!("`", stringify!($feature_name), "`")]