code_style: run dotnet format and re-order codes

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-15 16:30:50 +08:00
parent 3cc463d24b
commit 03216fc31e
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@ namespace SourceGit.Commands
{
ProcessInlineHighlights();
_result.TextDiff.MaxLineNumber = Math.Max(_newLine, _oldLine);
}
}
return _result;
}