Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public override string ToString()
result.Append(']');
});

return result.ToString();
return result.ToString();
}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,7 @@ private void GetContainerPropertiesInternal()
}
}

if (ContainerObRoot == null)
if (ContainerObRoot == null)
{
throw new PSInvalidOperationException(RemotingErrorIdStrings.CannotGetHostInteropTypes);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3835,7 +3835,7 @@ private static object ConvertValueToKind(object value, RegistryValueKind kind)
value = 0;
}
}

break;

case RegistryValueKind.ExpandString:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private bool SetPolicyFromAuthenticodePrompt(string path, PSHost host, ref Excep
reason = new UnauthorizedAccessException(reasonMessage);
policyCheckPassed = false;
}

break;
}

Expand Down