From 28a5b2c8720725f47f24a4e46071448cb7110216 Mon Sep 17 00:00:00 2001 From: Kasper Marstal Date: Sun, 10 Nov 2024 21:22:32 +0100 Subject: [PATCH] style: dotnet format --- src/Cellm/AddIn/PromptWithArgumentParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cellm/AddIn/PromptWithArgumentParser.cs b/src/Cellm/AddIn/PromptWithArgumentParser.cs index 8704892..3303fe6 100644 --- a/src/Cellm/AddIn/PromptWithArgumentParser.cs +++ b/src/Cellm/AddIn/PromptWithArgumentParser.cs @@ -72,7 +72,7 @@ public Arguments Parse() { var provider = _provider ?? _configuration .GetSection(nameof(CellmConfiguration)) - .GetValue(nameof(CellmConfiguration.DefaultProvider)) + .GetValue(nameof(CellmConfiguration.DefaultProvider)) ?? throw new ArgumentException(nameof(CellmConfiguration.DefaultProvider)); var model = _model ?? _configuration