Skip to content

Commit 93efa80

Browse files
author
github-actions
committed
Updated code formatting to match rules in .editorconfig
1 parent d1337da commit 93efa80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Hyperbee.PipelineCaching.Tests/PipelineDistributedCachingTests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,15 @@ private static IPipelineContextFactory CreateContextFactory( ISystemClock? clock
192192

193193
var cache = new MemoryDistributedCacheOptions
194194
{
195-
Clock = clock, ExpirationScanFrequency = TimeSpan.FromMilliseconds( 100 )
195+
Clock = clock,
196+
ExpirationScanFrequency = TimeSpan.FromMilliseconds( 100 )
196197
};
197198

198199
var options = Substitute.For<IOptions<MemoryDistributedCacheOptions>>();
199200
options.Value.Returns( cache );
200201

201202
container.AddService(
202-
typeof(IDistributedCache),
203+
typeof( IDistributedCache ),
203204
new MemoryDistributedCache( options ) );
204205

205206
container.AddService(

0 commit comments

Comments
 (0)