Skip to content

Commit 5e4b75f

Browse files
committed
consistent code style
1 parent 227131e commit 5e4b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/server/StackExchangeRedis/src/RedisHubLifetimeManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public override Task SendConnectionsAsync(IReadOnlyList<string> connectionIds, s
254254
}
255255

256256
/// <inheritdoc />
257-
public override async Task SendGroupsAsync(IReadOnlyList<string> groupNames, string methodName, object?[] args, CancellationToken cancellationToken = default)
257+
public override Task SendGroupsAsync(IReadOnlyList<string> groupNames, string methodName, object?[] args, CancellationToken cancellationToken = default)
258258
{
259259
ArgumentNullException.ThrowIfNull(groupNames);
260260
var connections = new HashSet<string>();

0 commit comments

Comments
 (0)