From c480ecb0542b37c9a4d4a15cccbd3f63540563cb Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:13:01 -0700 Subject: [PATCH] Space after attribute on enum. Signed-off-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> --- src/OpenFeatureSDK/Constant/ErrorType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFeatureSDK/Constant/ErrorType.cs b/src/OpenFeatureSDK/Constant/ErrorType.cs index 211f6b54..f1b8464d 100644 --- a/src/OpenFeatureSDK/Constant/ErrorType.cs +++ b/src/OpenFeatureSDK/Constant/ErrorType.cs @@ -46,6 +46,6 @@ public enum ErrorType /// /// Context does not contain a targeting key and the provider requires one. /// - [Description("TARGETING_KEY_MISSING")]TargetingKeyMissing, + [Description("TARGETING_KEY_MISSING")] TargetingKeyMissing, } }