Skip to content

Commit 1679a09

Browse files
Fix spacing
1 parent f8d334b commit 1679a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net6.0/ApiVersionTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public partial class ApiVersionTest
66
{
77
[Theory]
88
[MemberData( nameof( FormatData ) )]
9-
[AssumeCulture("en-us")]
9+
[AssumeCulture( "en-us" )]
1010
public void try_format_format_should_return_expected_string( string format, string text, string formattedString )
1111
{
1212
// arrange
@@ -20,4 +20,4 @@ public void try_format_format_should_return_expected_string( string format, stri
2020
result.Should().BeTrue();
2121
buffer[..written].ToString().Should().Be( formattedString );
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)