Skip to content

Commit 3d5b87d

Browse files
committed
fix
1 parent dee85b8 commit 3d5b87d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/FluentAssertions.Analyzers/Constants.cs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@ public static class Dictionaries
5858
public const string DictionaryShouldNotContainKey = nameof(DictionaryShouldNotContainKey);
5959
public const string DictionaryShouldNotContainValue = nameof(DictionaryShouldNotContainValue);
6060

61-
}
62-
63-
public static class CodeSmell
64-
{
65-
public const string Category = "FluentAssertionCodeSmell";
61+
}
62+
}
63+
public static class CodeSmell
64+
{
65+
public const string Category = "FluentAssertionCodeSmell";
6666

67-
public const string NullConditionalAssertion = nameof(NullConditionalAssertion);
68-
}
67+
public const string NullConditionalAssertion = nameof(NullConditionalAssertion);
6968
}
7069
}
7170
}

0 commit comments

Comments
 (0)