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

@ -35,7 +35,7 @@ namespace SourceGit.Native
if (File.Exists(toolPath)) return toolPath;
return string.Empty;
}
public string FindFleet()
{
var toolPath = $"{Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)}/.local/share/JetBrains/Toolbox/apps/fleet/bin/Fleet";

View file

@ -33,7 +33,7 @@ namespace SourceGit.Native
return toolPath;
return string.Empty;
}
public string FindFleet()
{
var toolPath = $"{Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)}/Applications/Fleet.app/Contents/MacOS/Fleet";