Skip to content

Commit

Permalink
style: dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Nov 10, 2024
1 parent b58d590 commit 28a5b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cellm/AddIn/PromptWithArgumentParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public Arguments Parse()
{
var provider = _provider ?? _configuration
.GetSection(nameof(CellmConfiguration))
.GetValue<string>(nameof(CellmConfiguration.DefaultProvider))
.GetValue<string>(nameof(CellmConfiguration.DefaultProvider))
?? throw new ArgumentException(nameof(CellmConfiguration.DefaultProvider));

var model = _model ?? _configuration
Expand Down

0 comments on commit 28a5b2c

Please sign in to comment.