Skip to content

Commit

Permalink
More namespace and using directive updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Dec 20, 2023
1 parent 2750ebb commit ef64536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/code/ResponseUtilFactory.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Microsoft.PowerShell.PSResourceGet.Cmdlets;
using Microsoft.PowerShell.PSResourceGet.UtilClasses;

namespace Microsoft.PowerShell.PSResourceGet
namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
{
internal class ResponseUtilFactory.Cmdlets
internal class ResponseUtilFactory
{
public static ResponseUtil GetResponseUtil(PSRepositoryInfo repository)
{
Expand Down
1 change: 0 additions & 1 deletion src/code/SavePSResource.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Microsoft.PowerShell.PSResourceGet.Cmdlets;
using Microsoft.PowerShell.PSResourceGet.UtilClasses;
using NuGet.Versioning;
using System;
Expand Down
3 changes: 1 addition & 2 deletions src/code/V3ServerAPICalls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
using System.Threading.Tasks;
using System.Collections;
using System.Management.Automation;
using Microsoft.PowerShell.PSResourceGet.Cmdlets;

namespace Microsoft.PowerShell.PSResourceGet
namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
{
internal class V3ServerAPICalls : ServerApiCall
{
Expand Down

0 comments on commit ef64536

Please sign in to comment.