Skip to content

Commit 394579c

Browse files
committed
Tweak coding style
1 parent c746585 commit 394579c

File tree

3 files changed

+222
-222
lines changed

3 files changed

+222
-222
lines changed

Enyim.Caching/Memcached/IProviderFactory.cs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
namespace Enyim.Caching.Memcached
44
{
5-
/// <summary>
6-
/// Provides a way for custom initalization of the providers (locators, transcoders, key transformers)
7-
/// </summary>
8-
/// <typeparam name="T"></typeparam>
9-
public interface IProviderFactory<T> : IProvider
10-
{
11-
T Create();
12-
}
5+
/// <summary>
6+
/// Provides a way for custom initalization of the providers (locators, transcoders, key transformers)
7+
/// </summary>
8+
/// <typeparam name="T"></typeparam>
9+
public interface IProviderFactory<T> : IProvider
10+
{
11+
T Create();
12+
}
1313

14-
public interface IProvider
15-
{
16-
void Initialize(Dictionary<string, string> parameters);
17-
}
14+
public interface IProvider
15+
{
16+
void Initialize(Dictionary<string, string> parameters);
17+
}
1818
}
1919

2020
#region [ License information ]
2121
/* ************************************************************
2222
*
23-
* Copyright (c) 2010 Attila Kiskó, enyim.com
23+
* Copyright (c) 2010 Attila Kisk? enyim.com
2424
*
2525
* Licensed under the Apache License, Version 2.0 (the "License");
2626
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)