Skip to content

Commit 7984cd1

Browse files
committed
format
1 parent d6305d4 commit 7984cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NRedisStack/RedisClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace NRedisStack;
77
/// Represents a Redis client that can connect to a Redis server
88
/// providing access to <see cref="IRedisDatabase"/> instances as well as the underlying multiplexer.
99
/// </summary>
10-
public class RedisClient: IRedisClient
10+
public class RedisClient : IRedisClient
1111
{
1212
private IConnectionMultiplexer _multiplexer;
1313

0 commit comments

Comments
 (0)