code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-08 12:08:06 +08:00
parent 1f0dd15192
commit 2495911bd8
No known key found for this signature in database
2 changed files with 4 additions and 6 deletions

View file

@ -49,7 +49,7 @@ namespace SourceGit.Commands
if (rs.IsSuccess)
{
_service.Chat(
_service.AnalyzeDiffPrompt,
_service.AnalyzeDiffPrompt,
$"Here is the `git diff` output: {rs.StdOut}",
_cancelToken,
update =>
@ -72,8 +72,8 @@ namespace SourceGit.Commands
var responseBody = responseBuilder.ToString();
var subjectBuilder = new StringBuilder();
_service.Chat(
_service.GenerateSubjectPrompt,
$"Here are the summaries changes:\n{summaryBuilder}",
_service.GenerateSubjectPrompt,
$"Here are the summaries changes:\n{summaryBuilder}",
_cancelToken,
update =>
{