mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 11:54:59 +00:00
code_style: general cleanup (#1415)
* code_style: general cleanup * code_style: whitespace cleanup
This commit is contained in:
parent
35eda489be
commit
ffac71b15f
89 changed files with 161 additions and 243 deletions
|
@ -61,7 +61,7 @@ namespace SourceGit.Views
|
|||
|
||||
private void StopTimer()
|
||||
{
|
||||
if (_refreshTimer is { })
|
||||
if (_refreshTimer is not null)
|
||||
{
|
||||
_refreshTimer.Dispose();
|
||||
_refreshTimer = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue