Skip to content

Commit ef20bf0

Browse files
committed
Format code
1 parent 77c8a94 commit ef20bf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/Fake.DotNet.Testing.MSTest/MSTest.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module MSTest =
1212
open Fake.Core
1313
open Fake.IO
1414
open Fake.Testing.Common
15-
15+
1616
let private getAllVsPath () =
1717
VsInstances.getWithPackage "Microsoft.VisualStudio.PackageGroup.TestTools.MSTestV2.Managed" false
1818
|> List.map (fun vs -> Path.combine vs.InstallationPath "Common7\\Tools")

src/app/Fake.DotNet.Testing.VSTest/VSTest.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module VSTest =
1515

1616
let private guessVSTestPaths () =
1717
let vsTestRelativePath = @"Common7\IDE\CommonExtensions\Microsoft\TestWindow"
18+
1819
VsInstances.getAll ()
1920
|> List.map (fun vs -> Fake.IO.Path.combine vs.InstallationPath vsTestRelativePath)
2021

0 commit comments

Comments
 (0)