From e2e5eb89e322baa611e0ea1ec4a5fcdae0f0913c Mon Sep 17 00:00:00 2001 From: Aaron Po Date: Sat, 20 Jun 2026 15:09:42 -0400 Subject: [PATCH] Format ./web/backend/Features/Features.Emails.Tests --- .../Commands/SendRegistrationEmailHandlerTests.cs | 2 +- .../SendResendConfirmationEmailHandlerTests.cs | 2 +- .../Features.Emails.Tests.csproj | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/backend/Features/Features.Emails.Tests/Commands/SendRegistrationEmailHandlerTests.cs b/web/backend/Features/Features.Emails.Tests/Commands/SendRegistrationEmailHandlerTests.cs index 4e91e62..9b338b9 100644 --- a/web/backend/Features/Features.Emails.Tests/Commands/SendRegistrationEmailHandlerTests.cs +++ b/web/backend/Features/Features.Emails.Tests/Commands/SendRegistrationEmailHandlerTests.cs @@ -21,4 +21,4 @@ public class SendRegistrationEmailHandlerTests Times.Once ); } -} \ No newline at end of file +} diff --git a/web/backend/Features/Features.Emails.Tests/Commands/SendResendConfirmationEmailHandlerTests.cs b/web/backend/Features/Features.Emails.Tests/Commands/SendResendConfirmationEmailHandlerTests.cs index 1563013..b8b02f6 100644 --- a/web/backend/Features/Features.Emails.Tests/Commands/SendResendConfirmationEmailHandlerTests.cs +++ b/web/backend/Features/Features.Emails.Tests/Commands/SendResendConfirmationEmailHandlerTests.cs @@ -21,4 +21,4 @@ public class SendResendConfirmationEmailHandlerTests Times.Once ); } -} \ No newline at end of file +} diff --git a/web/backend/Features/Features.Emails.Tests/Features.Emails.Tests.csproj b/web/backend/Features/Features.Emails.Tests/Features.Emails.Tests.csproj index 3234d95..11921d5 100644 --- a/web/backend/Features/Features.Emails.Tests/Features.Emails.Tests.csproj +++ b/web/backend/Features/Features.Emails.Tests/Features.Emails.Tests.csproj @@ -8,18 +8,18 @@ - - - - - + + + + + - + - +