Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 54fdc1b

Browse files
committed
re-format code
1 parent a12c8c5 commit 54fdc1b

File tree

2 files changed

+183
-182
lines changed

2 files changed

+183
-182
lines changed

tests/ServiceStack.Redis.Tests/RedisPubSubServerTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ private static RedisPubSubServer CreatePubSubServer(
1919
var pubSub = new RedisPubSubServer(
2020
clientsManager,
2121
"topic:test")
22-
{
23-
HeartbeatInterval = TimeSpan.FromSeconds(intervalSecs),
24-
HeartbeatTimeout = TimeSpan.FromSeconds(timeoutSecs)
25-
};
22+
{
23+
HeartbeatInterval = TimeSpan.FromSeconds(intervalSecs),
24+
HeartbeatTimeout = TimeSpan.FromSeconds(timeoutSecs)
25+
};
2626

2727
return pubSub;
2828
}

0 commit comments

Comments
 (0)