Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Dec 8, 2022
1 parent f8d334b commit 1679a09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial class ApiVersionTest
{
[Theory]
[MemberData( nameof( FormatData ) )]
[AssumeCulture("en-us")]
[AssumeCulture( "en-us" )]
public void try_format_format_should_return_expected_string( string format, string text, string formattedString )
{
// arrange
Expand All @@ -20,4 +20,4 @@ public void try_format_format_should_return_expected_string( string format, stri
result.Should().BeTrue();
buffer[..written].ToString().Should().Be( formattedString );
}
}
}

0 comments on commit 1679a09

Please sign in to comment.