From 3052e26ef698b029ec665d9887acb45b22c80f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Sun, 25 Feb 2024 10:37:44 +1100 Subject: [PATCH] newline --- tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_views.py b/tests/test_views.py index 8714787e..ddd3c6d7 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -792,4 +792,4 @@ def test_pan(self): view.mouseMoveEvent(move_event) # Confirm no further move is performed self.assertEqual(last_vertical_scroll_bar, vertical_scroll_bar.value()) - self.assertEqual(last_horizontal_scroll_bar, horizontal_scroll_bar.value()) \ No newline at end of file + self.assertEqual(last_horizontal_scroll_bar, horizontal_scroll_bar.value())