chore: format fixes [skip ci]

This commit is contained in:
GitHub Actions
2025-03-27 19:45:10 +00:00
parent 48fa90167b
commit 47377002e0
3 changed files with 3 additions and 3 deletions
@@ -1,3 +1,3 @@
namespace AltGen.Console.Config;
record ProviderSettings(string Provider, string Key, bool Default);
record ProviderSettings(string Provider, string Key, bool Default);
@@ -6,4 +6,4 @@ record GenerateAltTextRequest(
string FileName,
byte[] Image,
string ContentType
);
);
+1 -1
View File
@@ -14,4 +14,4 @@ global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using Spectre.Console;
global using Spectre.Console.Cli;
global using Spectre.Console.Cli;