Skip to content

Commit

Permalink
Format fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Feb 2, 2024
1 parent cce3450 commit d3c0288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NATS.Client.Core/Commands/CommandWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public async ValueTask DisposeAsync()

if (readerTask != null)
await readerTask.ConfigureAwait(false);

}

public async ValueTask ConnectAsync(ClientOpts connectOpts, CancellationToken cancellationToken)
Expand Down

0 comments on commit d3c0288

Please sign in to comment.