code_style: fix format check

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-08-19 16:00:20 +08:00
parent 6511d15c01
commit 6426c57c8c

View File

@@ -1210,7 +1210,7 @@ namespace SourceGit.Views
view.Bounds.Height;
diff.ConvertsToCombinedRange(ref startIdx, ref endIdx, IsOld);
TrySetChunk(new (rectStartY, rectEndY - rectStartY, startIdx, endIdx, false, IsOld));
TrySetChunk(new(rectStartY, rectEndY - rectStartY, startIdx, endIdx, false, IsOld));
}
else
{
@@ -1256,7 +1256,7 @@ namespace SourceGit.Views
view.Bounds.Height;
diff.ConvertsToCombinedRange(ref startIdx, ref endIdx, IsOld);
TrySetChunk(new (rectStartY, rectEndY - rectStartY, startIdx, endIdx, true, false));
TrySetChunk(new(rectStartY, rectEndY - rectStartY, startIdx, endIdx, true, false));
}
}