fix spacing

This commit is contained in:
Thomas Boop 2022-09-16 10:13:09 -04:00
parent 6bd8f44edc
commit 7b7f8c2fb9

View File

@ -117,8 +117,7 @@ export class DotnetCoreInstaller {
// process.env must be explicitly passed in for DOTNET_INSTALL_DIR to be used
let powershellPath = await io.which('pwsh', false);
if (powershellPath == '')
{
if (powershellPath == '') {
powershellPath = await io.which('powershell', true);
}