Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 0f02e9c

Browse files
Copilotjongio
andcommitted
Fix whitespace formatting in KustoCommandTests.cs
Co-authored-by: jongio <[email protected]>
1 parent 1955f95 commit 0f02e9c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ node_modules/
1515
.env
1616
.env.local
1717
.env.*.local
18+
19+
# Temporary installation scripts
20+
dotnet-install.sh

areas/kusto/tests/AzureMcp.Kusto.LiveTests/KustoCommandTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ public async ValueTask InitializeAsync()
4040
{ "cluster-name", Settings.ResourceBaseName }
4141
});
4242
var clusterUri = clusterInfo.AssertProperty("cluster").AssertProperty("clusterUri").GetString();
43-
43+
4444
// Create HttpClientService for KustoClient
4545
var httpClientOptions = new HttpClientOptions();
4646
var httpClientService = new HttpClientService(Microsoft.Extensions.Options.Options.Create(httpClientOptions));
47-
47+
4848
var kustoClient = new KustoClient(clusterUri ?? string.Empty, credentials, "ua", httpClientService);
4949
var resp = await kustoClient.ExecuteControlCommandAsync(
5050
TestDatabaseName,

0 commit comments

Comments
 (0)