From e0a85a668b2980ffd2ebfa0b9e701305243427a6 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Sun, 13 Apr 2014 12:45:53 +0200 Subject: [PATCH] Leading whitespace --- tests/functional/openlp_core_lib/test_ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/openlp_core_lib/test_ui.py b/tests/functional/openlp_core_lib/test_ui.py index db926b323..8f7770f1c 100644 --- a/tests/functional/openlp_core_lib/test_ui.py +++ b/tests/functional/openlp_core_lib/test_ui.py @@ -88,7 +88,7 @@ class TestUi(TestCase): """ # GIVEN: A dialog dialog = QtGui.QDialog() - + # WHEN: We create the button btn = create_button(dialog, 'my_btn') @@ -120,7 +120,7 @@ class TestUi(TestCase): """ # GIVEN: A dialog dialog = QtGui.QDialog() - + # WHEN: We create the widgets label, combo = create_valign_selection_widgets(dialog)