Skip to content

Commit

Permalink
Fix issues introduced from cherry-picking
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed May 13, 2024
1 parent 86cf8c7 commit 0841175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/code/ServerApiCall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Text;
using System.Runtime.ExceptionServices;
using System.Management.Automation;
using System;

namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
{
Expand Down
1 change: 1 addition & 0 deletions src/code/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
using System.Management.Automation.Language;
using System.Management.Automation.Runspaces;
using System.Runtime.InteropServices;
using System.Security;
using Microsoft.PowerShell.Commands;
using Microsoft.PowerShell.PSResourceGet.Cmdlets;
using System.Net.Http;
Expand Down

0 comments on commit 0841175

Please sign in to comment.