Skip to content

Commit 3389662

Browse files
committed
fix dotnet format
1 parent f9d55fc commit 3389662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/KubernetesClient/StreamDemuxer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void Start()
6262
this.runLoop = Task.Run(async () => await RunLoop(cts.Token).ConfigureAwait(false));
6363
}
6464

65-
65+
6666
/// <summary>
6767
/// Gets a <see cref="Stream"/> which allows you to read to and/or write from a remote channel.
6868
/// </summary>

tests/KubernetesClient.Tests/WebSocketTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ await webSocket.SendAsync(sendBuffer, WebSocketMessageType.Binary,
315315
totalBytes: receivedData.Length);
316316
}
317317

318-
318+
319319

320320
/// <summary>
321321
/// A <see cref="ServiceClientCredentials"/> implementation representing no credentials (i.e. anonymous).

0 commit comments

Comments
 (0)