Skip to content

Commit 74000e2

Browse files
committed
Update CookieStickySessions.cs
Remove and Sort Usings
1 parent fa34674 commit 74000e2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/Ocelot/LoadBalancer/LoadBalancers/CookieStickySessions.cs

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
using System;
2-
using System.Collections.Concurrent;
3-
using System.Threading.Tasks;
4-
5-
using Ocelot.Infrastructure;
6-
71
using Microsoft.AspNetCore.Http;
8-
2+
using Ocelot.Infrastructure;
93
using Ocelot.Responses;
10-
114
using Ocelot.Values;
5+
using System;
6+
using System.Collections.Concurrent;
7+
using System.Threading.Tasks;
128

139
namespace Ocelot.LoadBalancer.LoadBalancers
1410
{

0 commit comments

Comments
 (0)