Leading whitespace

This commit is contained in:
Samuel Mehrbrodt 2014-04-13 12:45:53 +02:00
parent f3a8c45bd2
commit e0a85a668b
1 changed files with 2 additions and 2 deletions

View File

@ -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)