Skip to content

Commit

Permalink
Move down the using statements for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Arciiix committed Aug 26, 2024
1 parent 6a36893 commit 29f36c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// All rights reserved. Licensed under the MIT license.
// ==========================================================================

using Notifo.Domain.Integrations.Resources;
using Notifo.Infrastructure.Validation;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Text.RegularExpressions;
using Notifo.Domain.Integrations.Resources;
using Notifo.Infrastructure.Validation;

#pragma warning disable SA1313 // Parameter names should begin with lower-case letter

Expand Down

0 comments on commit 29f36c1

Please sign in to comment.