Skip to content

Commit ecf94e0

Browse files
sort usings
1 parent 84426fb commit ecf94e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/SemanticKernel.UnitTests/Functions/AIFunctionExtensionsTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Copyright (c) Microsoft. All rights reserved.
22

33
using System.Collections.Generic;
4-
using System.Threading.Tasks;
54
using System.Threading;
5+
using System.Threading.Tasks;
66
using Microsoft.Extensions.AI;
7-
using Xunit;
87
using Microsoft.SemanticKernel;
8+
using Xunit;
99

1010
namespace SemanticKernel.UnitTests.Functions;
1111

0 commit comments

Comments
 (0)