mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 10:55:00 +00:00
Clean PR
This commit is contained in:
parent
99267b1ba7
commit
f1fcdb89f3
1 changed files with 2 additions and 1 deletions
|
@ -614,7 +614,8 @@ namespace SourceGit.ViewModels
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_cancellationSource is { IsCancellationRequested: false }) _cancellationSource.Cancel();
|
if (_cancellationSource is { IsCancellationRequested: false })
|
||||||
|
_cancellationSource.Cancel();
|
||||||
|
|
||||||
_cancellationSource = new CancellationTokenSource();
|
_cancellationSource = new CancellationTokenSource();
|
||||||
var token = _cancellationSource.Token;
|
var token = _cancellationSource.Token;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue