Skip to content

Commit fc1eb5b

Browse files
committed
style: format code for consistency and readability
1 parent 535f93f commit fc1eb5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/clientset/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private static async Task Main(string[] args)
1919
System.Console.WriteLine(item.Metadata.Name);
2020
}
2121

22-
var pod = await clientSet.CoreV1.Pod.GetAsync("test","default").ConfigureAwait(false);
22+
var pod = await clientSet.CoreV1.Pod.GetAsync("test", "default").ConfigureAwait(false);
2323
System.Console.WriteLine(pod?.Metadata?.Name);
2424
}
2525
}

tests/E2E.Aot.Tests/MinikubeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ async Task AssertMd5sumAsync(string file, byte[] orig)
370370
}
371371
}
372372

373-
373+
374374
[MinikubeFact]
375375
public async Task VersionTestAsync()
376376
{

0 commit comments

Comments
 (0)