From 1679a090edc914d018bbbb1e8d9784e33ec6bb29 Mon Sep 17 00:00:00 2001 From: Chris Martinez Date: Wed, 7 Dec 2022 17:03:50 -0800 Subject: [PATCH] Fix spacing --- .../net6.0/ApiVersionTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net6.0/ApiVersionTest.cs b/src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net6.0/ApiVersionTest.cs index 1d027d3e..7620bc38 100644 --- a/src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net6.0/ApiVersionTest.cs +++ b/src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net6.0/ApiVersionTest.cs @@ -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 @@ -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 ); } -} \ No newline at end of file +}