Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1679a09

Browse filesBrowse files
Fix spacing
1 parent f8d334b commit 1679a09
Copy full SHA for 1679a09

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net6.0/ApiVersionTest.cs
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.