fix: Format

This commit is contained in:
Jacob Alber
2026-05-04 16:04:09 -04:00
Unverified
parent 4b4ff112a5
commit 6a8a019bcd
2 changed files with 3 additions and 4 deletions
@@ -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;
@@ -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;