Skip to content

Commit bcb0153

Browse files
fix: format
1 parent 992dd82 commit bcb0153

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Native/Windows.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Avalonia.Controls;
1212
using Avalonia.Platform;
1313
using Avalonia.Threading;
14-
using SourceGit.Models;
1514

1615
namespace SourceGit.Native
1716
{
@@ -407,7 +406,7 @@ private void FindVisualStudio(Models.ExternalToolsFinder finder)
407406
var exec = instance.ProductPath;
408407
var productLine = instance.Catalog.ParsedProductLine;
409408
var icon = instance.IsPrerelease ? $"vs{(int)productLine}-preview" : $"vs{(int)productLine}";
410-
409+
411410
finder.TryAdd(instance.DisplayName, icon, () => exec, GenerateCommandlineArgsForVisualStudio);
412411
}
413412
}

0 commit comments

Comments
 (0)