chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2026-03-24 06:40:23 -05:00
parent b31f638d27
commit 01a6abc972
@@ -5,4 +5,4 @@ public sealed class GeminiClientOptions
public string ApiUrl { get; init; } = string.Empty;
public string ModelId { get; init; } = string.Empty;
public string ApiKey { get; init; } = string.Empty;
}
}