From b153dc8515a8ab53c1c8efe3df12d7446821c58d Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:42:29 +0000 Subject: [PATCH] Apply format fixes --- .../FoundryAgents/FoundryAgents_Step19_OpenAPITools/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/samples/GettingStarted/FoundryAgents/FoundryAgents_Step19_OpenAPITools/Program.cs b/dotnet/samples/GettingStarted/FoundryAgents/FoundryAgents_Step19_OpenAPITools/Program.cs index e2b8eac3c2..36498194c5 100644 --- a/dotnet/samples/GettingStarted/FoundryAgents/FoundryAgents_Step19_OpenAPITools/Program.cs +++ b/dotnet/samples/GettingStarted/FoundryAgents/FoundryAgents_Step19_OpenAPITools/Program.cs @@ -96,4 +96,4 @@ AIAgent agent = await aiProjectClient.CreateAIAgentAsync( Console.WriteLine(await agent.RunAsync("What countries use the Euro (EUR) as their currency? Please list them.")); // Cleanup by deleting the agent -await aiProjectClient.Agents.DeleteAgentAsync(agent.Name); \ No newline at end of file +await aiProjectClient.Agents.DeleteAgentAsync(agent.Name);