We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee85b8 commit 3d5b87dCopy full SHA for 3d5b87d
src/FluentAssertions.Analyzers/Constants.cs
@@ -58,14 +58,13 @@ public static class Dictionaries
58
public const string DictionaryShouldNotContainKey = nameof(DictionaryShouldNotContainKey);
59
public const string DictionaryShouldNotContainValue = nameof(DictionaryShouldNotContainValue);
60
61
- }
62
-
63
- public static class CodeSmell
64
- {
65
- public const string Category = "FluentAssertionCodeSmell";
+ }
+ public static class CodeSmell
+ {
+ public const string Category = "FluentAssertionCodeSmell";
66
67
- public const string NullConditionalAssertion = nameof(NullConditionalAssertion);
68
+ public const string NullConditionalAssertion = nameof(NullConditionalAssertion);
69
}
70
71
0 commit comments