Skip to content

Commit 662aec9

Browse files
committed
style: fix newline and import ordering
1 parent 06fbe87 commit 662aec9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Service.Tests/Mcp/McpStdioToolRegistryHotReloadIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
using System;
77
using System.Collections.Generic;
88
using System.IO;
9+
using System.IO.Abstractions;
910
using System.Linq;
1011
using System.Text;
1112
using System.Text.Json;
1213
using System.Threading;
1314
using System.Threading.Channels;
1415
using System.Threading.Tasks;
15-
using System.IO.Abstractions;
1616
using Azure.DataApiBuilder.Config;
1717
using Azure.DataApiBuilder.Config.DatabasePrimitives;
1818
using Azure.DataApiBuilder.Config.ObjectModel;

src/Service/Utilities/RuntimeConfigLoaderShutdownService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ public Task StopAsync(CancellationToken cancellationToken)
2727
return configLoader.StopAsync(cancellationToken);
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)