mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00:00
code_style: run dotnet format
to follow rules defined in .editorconfig
This commit is contained in:
parent
7866a11037
commit
61cead1867
12 changed files with 13 additions and 13 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue