fix up whitespace

This commit is contained in:
John Van Tuyl 2016-02-20 13:53:36 -08:00
parent 39b0880dbe
commit 9153b24e15

View file

@ -44,8 +44,8 @@ function setPathAndHomeIfDefault([string]$rootPath)
function setPathAndHome([string]$rootPath) function setPathAndHome([string]$rootPath)
{ {
$env:DOTNET_ON_PATH=$rootPath $env:DOTNET_ON_PATH=$rootPath
$env:PATH="$rootPath\bin;$env:PATH" $env:PATH="$rootPath\bin;$env:PATH"
} }
function _([string]$command) function _([string]$command)