code_style: run dotnet format to follow rules defined in .editorconfig

This commit is contained in:
leo 2024-03-28 17:46:03 +08:00
parent 7866a11037
commit 61cead1867
12 changed files with 13 additions and 13 deletions

View file

@ -12,4 +12,4 @@ namespace SourceGit.ViewModels
private object _data = null;
}
}
}