Skip to content

Commit d700d70

Browse files
committed
Add blank line between func defs
1 parent 8a9bcc7 commit d700d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Start-EditorServices.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ function LogSection([string]$msg) {
8686
function Log([string[]]$msg) {
8787
$msg | Write-Verbose
8888
}
89+
8990
function ExitWithError($errorString) {
9091
Write-Host -ForegroundColor Red "`n`n$errorString"
9192

0 commit comments

Comments
 (0)