From 0047151222d7030d91462988362dc0fb82673bdf Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:01:03 -0500 Subject: [PATCH] chore: dotnet format --- .../Common/TempDirectory.cs | 2 +- .../Integration/SecureConfigExtensionsTests.cs | 2 +- .../Integration/SecureConfigOptionsIntegrationTests.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Common/TempDirectory.cs b/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Common/TempDirectory.cs index 0ccb65e..36e0e55 100644 --- a/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Common/TempDirectory.cs +++ b/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Common/TempDirectory.cs @@ -17,4 +17,4 @@ internal sealed class TempDirectory : IDisposable Directory.Delete(Path, true); } } -} +} \ No newline at end of file diff --git a/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigExtensionsTests.cs b/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigExtensionsTests.cs index b1e8952..66aad68 100644 --- a/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigExtensionsTests.cs +++ b/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigExtensionsTests.cs @@ -249,4 +249,4 @@ internal sealed class IntegrationTestConfig [JsonSerializable(typeof(IntegrationTestConfig))] internal partial class IntegrationTestJsonContext : JsonSerializerContext { -} +} \ No newline at end of file diff --git a/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigOptionsIntegrationTests.cs b/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigOptionsIntegrationTests.cs index a087e5c..1688bcd 100644 --- a/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigOptionsIntegrationTests.cs +++ b/tests/StevanFreeborn.Extensions.Configuration.Secure.Tests/Integration/SecureConfigOptionsIntegrationTests.cs @@ -258,4 +258,4 @@ internal sealed class TestApiOptions [JsonSerializable(typeof(TestApiOptions))] internal partial class OptionsTestJsonContext : JsonSerializerContext { -} +} \ No newline at end of file