Skip to content

Commit 6426c57

Browse files
committed
code_style: fix format check
Signed-off-by: leo <[email protected]>
1 parent 6511d15 commit 6426c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/TextDiffView.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ public override void UpdateSelectedChunk(double y)
12101210
view.Bounds.Height;
12111211

12121212
diff.ConvertsToCombinedRange(ref startIdx, ref endIdx, IsOld);
1213-
TrySetChunk(new (rectStartY, rectEndY - rectStartY, startIdx, endIdx, false, IsOld));
1213+
TrySetChunk(new(rectStartY, rectEndY - rectStartY, startIdx, endIdx, false, IsOld));
12141214
}
12151215
else
12161216
{
@@ -1256,7 +1256,7 @@ public override void UpdateSelectedChunk(double y)
12561256
view.Bounds.Height;
12571257

12581258
diff.ConvertsToCombinedRange(ref startIdx, ref endIdx, IsOld);
1259-
TrySetChunk(new (rectStartY, rectEndY - rectStartY, startIdx, endIdx, true, false));
1259+
TrySetChunk(new(rectStartY, rectEndY - rectStartY, startIdx, endIdx, true, false));
12601260
}
12611261
}
12621262

0 commit comments

Comments
 (0)