Skip to content

Commit 7b4badc

Browse files
committed
style: order usings
1 parent 76d8e27 commit 7b4badc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/Cnblogs.Architecture.IntegrationTests/CqrsRouteMapperTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
using Cnblogs.Architecture.Ddd.Infrastructure.Abstractions;
1+
using System.Net.Http.Json;
2+
using Cnblogs.Architecture.Ddd.Infrastructure.Abstractions;
23
using Cnblogs.Architecture.IntegrationTestProject;
34
using FluentAssertions;
4-
55
using Microsoft.AspNetCore.Mvc.Testing;
6-
using System.Net.Http.Json;
76

87
namespace Cnblogs.Architecture.IntegrationTests;
98

0 commit comments

Comments
 (0)