Skip to content

Commit

Permalink
fixed Sorting of usings
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Dec 14, 2023
1 parent 04ac364 commit 3e2fc3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using LinkDotNet.Blog.Domain;
using LinkDotNet.Blog.Infrastructure.Persistence;
using LinkDotNet.Blog.Web;
using Microsoft.Extensions.Options;
using LinkDotNet.Blog.Web.RegistrationExtensions;
using Microsoft.Extensions.Options;
using Microsoft.Extensions.DependencyInjection;

namespace LinkDotNet.Blog.IntegrationTests.Web.RegistrationExtensions;
Expand Down

0 comments on commit 3e2fc3f

Please sign in to comment.