Fix whitespace issues (#14092)

This commit is contained in:
xtqqczze 2020-11-19 05:06:02 +00:00 committed by GitHub
parent 30a30e08be
commit c9df1c1810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -105,7 +105,7 @@ namespace System.Management.Automation
result.Append(']');
});
return result.ToString();
return result.ToString();
}
/// <summary>

View file

@ -3458,7 +3458,7 @@ namespace System.Management.Automation.Runspaces
}
}
if (ContainerObRoot == null)
if (ContainerObRoot == null)
{
throw new PSInvalidOperationException(RemotingErrorIdStrings.CannotGetHostInteropTypes);
}

View file

@ -3835,7 +3835,7 @@ namespace Microsoft.PowerShell.Commands
value = 0;
}
}
break;
case RegistryValueKind.ExpandString:

View file

@ -398,7 +398,7 @@ namespace Microsoft.PowerShell
reason = new UnauthorizedAccessException(reasonMessage);
policyCheckPassed = false;
}
break;
}