Skip to content

Commit d9298d2

Browse files
CR: Sort usings
1 parent cc83c4d commit d9298d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Server/src/Circuits/DefaultCircuitFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Linq;
7+
using System.Security.Claims;
78
using System.Text.Encodings.Web;
89
using Microsoft.AspNetCore.Components.Web;
910
using Microsoft.AspNetCore.Components.Web.Rendering;
@@ -13,7 +14,6 @@
1314
using Microsoft.Extensions.DependencyInjection;
1415
using Microsoft.Extensions.Logging;
1516
using Microsoft.JSInterop;
16-
using System.Security.Claims;
1717

1818
namespace Microsoft.AspNetCore.Components.Server.Circuits
1919
{

0 commit comments

Comments
 (0)