Skip to content

Commit 229d173

Browse files
committed
[GH Usage] Reordered imports
1 parent 912419d commit 229d173

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/NuGetGallery.Services/Storage/ContentObjectService.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using Newtonsoft.Json;
5-
using NuGetGallery.GitHub;
6-
using NuGetGallery.Services;
74
using System;
85
using System.Collections.Generic;
96
using System.Threading.Tasks;
7+
using Newtonsoft.Json;
8+
using NuGetGallery.GitHub;
9+
using NuGetGallery.Services;
1010

1111
namespace NuGetGallery
1212
{

0 commit comments

Comments
 (0)