Skip to content

Commit

Permalink
Separate file output with just single space (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored May 15, 2020
1 parent 729273a commit 11f9964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/Output.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function Get-WriteScreenPlugin ($Verbosity) {

if ("file" -eq $Context.Block.BlockContainer.Type) {
# write two spaces to separate each file
& $SafeCommands["Write-Host"] -ForegroundColor Magenta "`n`nRunning tests from '$($Context.Block.BlockContainer.Item)'"
& $SafeCommands["Write-Host"] -ForegroundColor Magenta "`nRunning tests from '$($Context.Block.BlockContainer.Item)'"
}
}
}
Expand Down

0 comments on commit 11f9964

Please sign in to comment.