Skip to content

Commit

Permalink
Remove trailing whitespaces from main_window.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gycsaba96 authored and diegogangl committed Dec 3, 2024
1 parent b06ca68 commit 8cfe340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTG/gtk/browser/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, app):
# YOU CAN DEFINE YOUR INTERNAL MECHANICS VARIABLES BELOW
# Setup GTG icon theme
self._init_icon_theme()

# Init Actions
self._set_actions()

Expand Down Expand Up @@ -213,7 +213,7 @@ def switch_tab_closed(self, t=None , a = None):
stack = self.stack_switcher.get_stack()
stack.set_visible_child_name('closed_view')


def _set_actions(self):
"""Setup actions."""

Expand Down

0 comments on commit 8cfe340

Please sign in to comment.