code_style: run dotnet format

This commit is contained in:
leo 2024-08-18 23:14:44 +08:00
parent 7fe1df20cc
commit 84b8735d6c
No known key found for this signature in database
11 changed files with 23 additions and 26 deletions

View file

@ -82,7 +82,7 @@ namespace SourceGit.Models
public class ExternalToolPaths
{
[JsonPropertyName("tools")]
public Dictionary<string, string> Tools { get; set; } = new Dictionary<string, string>();
public Dictionary<string, string> Tools { get; set; } = new Dictionary<string, string>();
}
public class ExternalToolsFinder