Skip to content

Commit b836757

Browse files
committed
sort usings
1 parent fdac0a3 commit b836757

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

UiTests/B2CUiTest/B2CUiTest.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4+
using Azure.Identity;
5+
using Common;
6+
using Microsoft.Identity.Lab.Api;
7+
using Microsoft.Playwright;
48
using System;
59
using System.Collections.Generic;
610
using System.Diagnostics;
711
using System.IO;
812
using System.Runtime.Versioning;
9-
using System.Threading;
1013
using System.Threading.Tasks;
11-
using Azure.Identity;
12-
using Common;
13-
using Microsoft.Identity.Lab.Api;
14-
using Microsoft.Playwright;
1514
using Xunit;
1615
using Xunit.Abstractions;
1716
using TC = Common.TestConstants;

0 commit comments

Comments
 (0)