Skip to content

Commit 20a5079

Browse files
committed
Fix formatting in DynamicChatClientFactory to improve readability
1 parent e092c2e commit 20a5079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/Demo/Services/DynamicChatClientFactory.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public DynamicChatClientFactory(
4141
if (githubClient != null)
4242
{
4343
_logger.LogInformation("Using configured GitHub Models client");
44-
return githubClient; }
44+
return githubClient;
45+
}
4546
else
4647
{
4748
_logger.LogInformation("GitHub Models client is null");

0 commit comments

Comments
 (0)