Skip to content

Commit 36fc018

Browse files
committed
Swapped namespace order (#247)
1 parent 2565aec commit 36fc018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MyTested.AspNetCore.Mvc.Caching/Builders/Data/DistributedCache/DistributedCacheEntryTestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
using Internal.Caching;
88
using Internal.TestContexts;
99
using Utilities;
10-
using Utilities.Validators;
1110
using Utilities.Extensions;
11+
using Utilities.Validators;
1212

1313
public class DistributedCacheEntryTestBuilder : DistributedCacheEntryBuilder, IDistributedCacheEntryKeyTestBuilder, IAndDistributedCacheEntryTestBuilder
1414
{

0 commit comments

Comments
 (0)