Skip to content

Commit

Permalink
Fix codestyle issue SA1601
Browse files Browse the repository at this point in the history
  • Loading branch information
ITaluone committed Apr 7, 2022
1 parent f5f65ea commit a2fd3eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -4,6 +4,9 @@

namespace FluentAssertions.Specs.Collections
{
/// <summary>
/// This part contains tests that address AllSatisfy
/// </summary>
public partial class GenericCollectionAssertionOfStringSpecs
{
public class AllSatisfy
Expand Down
Expand Up @@ -9,6 +9,9 @@

namespace FluentAssertions.Specs.Collections
{
/// <summary>
/// This part of the class contains assertions of general generic string collections
/// </summary>
public partial class GenericCollectionAssertionOfStringSpecs
{
[Fact]
Expand Down

0 comments on commit a2fd3eb

Please sign in to comment.