Whitespace clean up and re-indent

This commit is contained in:
Andrew Schwartzmeyer 2016-04-20 10:48:08 -07:00
parent 7a99b885da
commit 0b91bf718f

View file

@ -1,6 +1,6 @@
$ps = Join-Path -Path $PsHome -ChildPath "powershell"
Describe "Set-PSBreakpoint DRT Unit Tests" -Tags DRT{
Describe "Set-PSBreakpoint DRT Unit Tests" -Tags DRT {
#Set up
$scriptFileName = Join-Path $TestDrive -ChildPath breakpointTestScript.ps1
$scriptFileNameBug = Join-Path -Path $TestDrive -ChildPath SetPSBreakpointTests.ExposeBug154112.ps1