Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 43e694d

Browse files
authored
Format
1 parent c9b467e commit 43e694d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiService/ApiService/onefuzzlib/VmssOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
using System.Net;
12
using Azure;
23
using Azure.Core;
3-
using System.Net;
4+
using Azure.Data.Tables;
45
using Azure.ResourceManager.Compute;
56
using Azure.ResourceManager.Compute.Models;
67
using Azure.ResourceManager.Models;
78
using Microsoft.Extensions.Caching.Memory;
89
using Microsoft.Rest.Azure;
9-
using Azure.Data.Tables;
1010

1111
namespace Microsoft.OneFuzz.Service;
1212

0 commit comments

Comments
 (0)