From 539d1c3f093a6ab436e0e5e7a8faf2e7e932e28b Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:30:37 -0600 Subject: [PATCH] chore: dotnet format --- 05/IYGASAF.Tests/GlobalUsings.cs | 2 +- 06/WaitForIt.Tests/GlobalUsings.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/05/IYGASAF.Tests/GlobalUsings.cs b/05/IYGASAF.Tests/GlobalUsings.cs index 2d5b473..d6f0167 100644 --- a/05/IYGASAF.Tests/GlobalUsings.cs +++ b/05/IYGASAF.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/06/WaitForIt.Tests/GlobalUsings.cs b/06/WaitForIt.Tests/GlobalUsings.cs index 7fef4b0..2d5b473 100644 --- a/06/WaitForIt.Tests/GlobalUsings.cs +++ b/06/WaitForIt.Tests/GlobalUsings.cs @@ -1,2 +1,3 @@ +global using FluentAssertions; + global using Xunit; -global using FluentAssertions; \ No newline at end of file