code_style: run dotnet format

This commit is contained in:
leo
2024-10-15 09:39:01 +08:00
parent 4c60818d68
commit ccdc849baa
13 changed files with 19 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ namespace SourceGit.Native
startInfo.CreateNoWindow = true;
startInfo.RedirectStandardOutput = true;
startInfo.StandardOutputEncoding = Encoding.UTF8;
try
{
var proc = new Process() { StartInfo = startInfo };