From 6c844ea581061bde830be0997eef201cd734a5fb Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:14:21 -0500 Subject: [PATCH] Format --- test/Server.IntegrationTest/Server.cs | 2 +- test/Server.IntegrationTest/ServerTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Server.IntegrationTest/Server.cs b/test/Server.IntegrationTest/Server.cs index 5a34ab8326..403ccdb3d3 100644 --- a/test/Server.IntegrationTest/Server.cs +++ b/test/Server.IntegrationTest/Server.cs @@ -1,4 +1,4 @@ -using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.Testing; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/test/Server.IntegrationTest/ServerTests.cs b/test/Server.IntegrationTest/ServerTests.cs index cf143ee2d2..e432f53775 100644 --- a/test/Server.IntegrationTest/ServerTests.cs +++ b/test/Server.IntegrationTest/ServerTests.cs @@ -1,4 +1,4 @@ -using System.Net; +using System.Net; using System.Runtime.CompilerServices; namespace Bit.Server.IntegrationTest;