refactor: rename Models.Watcher.UpdateSubmodules to Models.Watcher.SetSubmodules

* run `dotnet format`
This commit is contained in:
leo 2024-08-09 11:33:37 +08:00
parent 71d2b295da
commit a75d50bf97
No known key found for this signature in database
7 changed files with 14 additions and 14 deletions

View file

@ -3,6 +3,6 @@
public class Submodule
{
public string Path { get; set; } = "";
public bool IsDirty { get; set; } = false;
public bool IsDirty { get; set; } = false;
}
}