Skip to content

Commit 8aacd21

Browse files
author
Kamran Khan
committed
Sort usings
1 parent ea346a8 commit 8aacd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/GetAzureDiskEncryptionStatus.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
using Microsoft.Azure.Commands.Compute.Common;
1616
using Microsoft.Azure.Commands.Compute.Models;
1717
using Microsoft.Azure.Management.Compute;
18-
using System;
19-
using System.Management.Automation;
2018
using Microsoft.Azure.Management.Compute.Models;
19+
using System;
2120
using System.Globalization;
21+
using System.Management.Automation;
2222

2323
namespace Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption
2424
{

0 commit comments

Comments
 (0)