code-style: run dotnet format to compliance the editorconfig rules (#31)

This commit is contained in:
leo 2024-03-21 21:08:30 +08:00
parent 98a46f8211
commit a6103b8b31
4 changed files with 6 additions and 6 deletions

View file

@ -375,7 +375,7 @@ namespace SourceGit.Views
}
private TextMate.Installation _textMate;
private LineStyleTransformer _lineStyleTransformer = null;
private readonly LineStyleTransformer _lineStyleTransformer = null;
}
public class SingleSideTextDiffPresenter : TextEditor
@ -780,7 +780,7 @@ namespace SourceGit.Views
}
private TextMate.Installation _textMate;
private LineStyleTransformer _lineStyleTransformer = null;
private readonly LineStyleTransformer _lineStyleTransformer = null;
private ScrollViewer _scrollViewer = null;
private bool _syncScrollingByOthers = false;
}