code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-17 16:35:18 +08:00
parent a06d1183d7
commit 104a3f0bbf
No known key found for this signature in database
4 changed files with 115 additions and 116 deletions

View file

@ -82,6 +82,6 @@ namespace SourceGit.ViewModels
private string _content = string.Empty;
private StringBuilder _builder = new StringBuilder();
private event Action<string> _onNewLineReceived;
private event Action<string> _onNewLineReceived;
}
}