mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
code_style: run dotnet format
and re-order codes
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
3cc463d24b
commit
03216fc31e
4 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ namespace SourceGit.Models
|
|||
try
|
||||
{
|
||||
await _server.WaitForConnectionAsync(_cancellationTokenSource.Token);
|
||||
|
||||
|
||||
if (!_cancellationTokenSource.IsCancellationRequested)
|
||||
{
|
||||
var line = await reader.ReadToEndAsync(_cancellationTokenSource.Token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue