Skip to content

Commit 4eabd71

Browse files
committed
Reformat only for re-test the CI.
1 parent 157a323 commit 4eabd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terminal.Gui/Views/ListView.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ void RenderUstr (ConsoleDriver driver, ustring ustr, int col, int line, int widt
875875
/// <inheritdoc/>
876876
public void Render (ListView container, ConsoleDriver driver, bool marked, int item, int col, int line, int width, int start = 0)
877877
{
878-
var savedClip = container.ClipToBounds();
878+
var savedClip = container.ClipToBounds ();
879879
container.Move (col - start, line);
880880
var t = src? [item];
881881
if (t == null) {

0 commit comments

Comments
 (0)