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

@ -66,7 +66,7 @@ namespace SourceGit.Views
else
{
Text = string.Empty;
}
}
}
private void OnTextViewContextRequested(object sender, ContextRequestedEventArgs e)