Skip to content

Commit

Permalink
Reformat only for re-test the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
BDisp committed Mar 13, 2024
1 parent 157a323 commit 4eabd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal.Gui/Views/ListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ void RenderUstr (ConsoleDriver driver, ustring ustr, int col, int line, int widt
/// <inheritdoc/>
public void Render (ListView container, ConsoleDriver driver, bool marked, int item, int col, int line, int width, int start = 0)
{
var savedClip = container.ClipToBounds();
var savedClip = container.ClipToBounds ();
container.Move (col - start, line);
var t = src? [item];
if (t == null) {
Expand Down

0 comments on commit 4eabd71

Please sign in to comment.