From 6a8a019bcdfd15624a41861931bcd50d70b085ec Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Mon, 4 May 2026 16:04:09 -0400 Subject: [PATCH] fix: Format --- .../MagenticProgressLedgerTests.cs | 5 ++--- .../TestProgressLedgerState.cs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/MagenticProgressLedgerTests.cs b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/MagenticProgressLedgerTests.cs index 9517ca85d5..9f936f04b2 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/MagenticProgressLedgerTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/MagenticProgressLedgerTests.cs @@ -2,10 +2,9 @@ using System; using System.Text.Json; -using Microsoft.Extensions.AI; -using Microsoft.Agents.AI.Workflows.Specialized.Magentic; using FluentAssertions; -using System.Text.Json.Serialization; +using Microsoft.Agents.AI.Workflows.Specialized.Magentic; +using Microsoft.Extensions.AI; namespace Microsoft.Agents.AI.Workflows.UnitTests; diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/TestProgressLedgerState.cs b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/TestProgressLedgerState.cs index 6484aa0c5a..fc7e9ded2d 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/TestProgressLedgerState.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/TestProgressLedgerState.cs @@ -1,8 +1,8 @@ // Copyright (c) Microsoft. All rights reserved. using System.Text.Json; -using FluentAssertions; using System.Text.Json.Serialization; +using FluentAssertions; namespace Microsoft.Agents.AI.Workflows.UnitTests;