From cbd4b87925d955a2fc5c49caf4f3f19773d09e56 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 12 Dec 2015 11:01:01 +1030 Subject: [PATCH] a bit more whitespace here too --- script/configure-integration-tests.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/configure-integration-tests.ps1 b/script/configure-integration-tests.ps1 index 1bffb546..7f55d42c 100644 --- a/script/configure-integration-tests.ps1 +++ b/script/configure-integration-tests.ps1 @@ -17,6 +17,8 @@ function AskYesNoQuestion([string]$question, [string]$key) { SetVariable $key $null } + + Write-Host } function VerifyEnvironmentVariable([string]$friendlyName, [string]$key, [bool]$optional = $false)