Skip to content

Commit

Permalink
Space after attribute on enum.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
  • Loading branch information
kinyoklion committed Sep 27, 2022
1 parent 7dcb048 commit c480ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenFeatureSDK/Constant/ErrorType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public enum ErrorType
/// <summary>
/// Context does not contain a targeting key and the provider requires one.
/// </summary>
[Description("TARGETING_KEY_MISSING")]TargetingKeyMissing,
[Description("TARGETING_KEY_MISSING")] TargetingKeyMissing,
}
}

0 comments on commit c480ecb

Please sign in to comment.