Skip to content

Commit 57a3f2d

Browse files
committed
Beautz is in the eye of the beholder
... maybe. Maybe not.
1 parent de26ed6 commit 57a3f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Redis/RedisClient.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import NIORedis
1818
public let DefaultRedisPort = 6379
1919

2020
/// Create a Redis client object
21-
public func createClient(port : Int = DefaultRedisPort,
22-
host : String = "127.0.0.1",
21+
public func createClient(port : Int = DefaultRedisPort,
22+
host : String = "127.0.0.1",
2323
password : String? = nil,
24-
db : Int? = nil,
24+
db : Int? = nil,
2525
eventLoopGroup : EventLoopGroup? = nil)
2626
-> RedisClient
2727
{

0 commit comments

Comments
 (0)