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

Commit 91d0abf

Browse files
committed
sorting usings
1 parent b96929e commit 91d0abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.Http.Tests/ResponseCookiesTest.cs

Lines changed: 1 addition & 1 deletion
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 System;
45
using System.Text;
56
using Microsoft.AspNetCore.Http.Internal;
67
using Microsoft.Extensions.ObjectPool;
78
using Microsoft.Net.Http.Headers;
89
using Xunit;
9-
using System;
1010

1111
namespace Microsoft.AspNetCore.Http.Tests
1212
{

0 commit comments

Comments
 (0)