Skip to content

Commit

Permalink
Removed indentation from lines 69 and 82 in order to control whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeep committed Nov 9, 2016
1 parent 6f50ce5 commit 64a7e45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def help_menu(self):

self.help_sub_menu.addAction(self.about_action)

{% if cookiecutter.insert_toolbar == 'yes' %}
{% if cookiecutter.insert_toolbar == 'yes' %}
def tool_bar_items(self):
"""Create a tool bar for the main window."""
self.tool_bar = QToolBar()
Expand All @@ -79,7 +79,7 @@ def tool_bar_items(self):
tool_bar_open_action.triggered.connect(self.open_file)

self.tool_bar.addAction(tool_bar_open_action)
{%- endif %}
{%- endif %}

def open_file(self):
"""Open a QFileDialog to allow the user to open a file into the application."""
Expand Down

0 comments on commit 64a7e45

Please # to comment.