From 9dbc35f028f48bed42ba2d6276e82eb80ebc4933 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:35:40 -0600 Subject: [PATCH] chore: dotnet format --- 06/WaitForIt.Tests/GlobalUsings.cs | 2 +- 07/CamelCards.Tests/GlobalUsings.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/06/WaitForIt.Tests/GlobalUsings.cs b/06/WaitForIt.Tests/GlobalUsings.cs index 2d5b473..d6f0167 100644 --- a/06/WaitForIt.Tests/GlobalUsings.cs +++ b/06/WaitForIt.Tests/GlobalUsings.cs @@ -1,3 +1,3 @@ global using FluentAssertions; -global using Xunit; +global using Xunit; \ No newline at end of file diff --git a/07/CamelCards.Tests/GlobalUsings.cs b/07/CamelCards.Tests/GlobalUsings.cs index 7fef4b0..2d5b473 100644 --- a/07/CamelCards.Tests/GlobalUsings.cs +++ b/07/CamelCards.Tests/GlobalUsings.cs @@ -1,2 +1,3 @@ +global using FluentAssertions; + global using Xunit; -global using FluentAssertions; \ No newline at end of file