code_style: run dotnet format and re-order codes

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-15 16:30:50 +08:00
parent 3cc463d24b
commit 03216fc31e
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ namespace SourceGit.Models
try
{
await _server.WaitForConnectionAsync(_cancellationTokenSource.Token);
if (!_cancellationTokenSource.IsCancellationRequested)
{
var line = await reader.ReadToEndAsync(_cancellationTokenSource.Token);