From aa80f280d3ce5f46884a443996304bbc098724b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 15:27:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/library/gui/widgets.Label.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/library/gui/widgets.Label.lua b/test/library/gui/widgets.Label.lua index 9a5d462fa..6b0097d1e 100644 --- a/test/library/gui/widgets.Label.lua +++ b/test/library/gui/widgets.Label.lua @@ -95,7 +95,7 @@ function test.scroll() local o = fs{frame_height=3} local txt = o.subviews.text expect.eq(1, txt.start_line_num) - + txt:scroll(1) expect.eq(2, txt.start_line_num) txt:scroll('+page')