Csharpier format

This commit is contained in:
Matthew Parker [SSW]
2024-01-21 15:00:38 +10:00
parent 22af01dc48
commit 57ec0b85d7
5 changed files with 27 additions and 31 deletions

View File

@@ -4,8 +4,5 @@ namespace DotNetSolutionTools.App.ViewModels;
public partial class ViewModelBase : ObservableObject
{
protected ViewModelBase()
{
}
protected ViewModelBase() { }
}