Skip to content

Commit e6ae5d6

Browse files
Copilotconniey
andcommitted
fix: fix imports ordering in CommandFactoryHelpers.cs
Co-authored-by: conniey <10136526+conniey@users.noreply.github.com>
1 parent 859e93d commit e6ae5d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Azure.Mcp.Core/tests/Azure.Mcp.Core.UnitTests/Areas/Server/CommandFactoryHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
using Azure.Mcp.Tools.Advisor;
1313
using Azure.Mcp.Tools.Aks;
1414
using Azure.Mcp.Tools.AppConfig;
15-
using Azure.Mcp.Tools.AppService;
1615
using Azure.Mcp.Tools.AppLens;
16+
using Azure.Mcp.Tools.AppService;
1717
using Azure.Mcp.Tools.Authorization;
1818
using Azure.Mcp.Tools.AzureBestPractices;
1919
using Azure.Mcp.Tools.AzureIsv;

0 commit comments

Comments
 (0)