Skip to content

Commit

Permalink
chore(whitespace): remove trailing white space
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Apr 1, 2022
1 parent a33959e commit 0659fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trame/layouts/core.py
Expand Up @@ -112,7 +112,7 @@ def start(self, port=None, debug=None):
_app = tri.get_app_instance()

self._init_app(_app)

if debug is None:
parser = _app.cli_parser
args, _unknown = parser.parse_known_args()
Expand All @@ -134,7 +134,7 @@ def start_thread(
self, port=None, print_server_info=False, on_server_listening=None, **kwargs
):
_app = tri.get_app_instance()

self._init_app(_app)

if print_server_info:
Expand All @@ -156,7 +156,7 @@ def start_desktop_window(self, on_msg=None, **kwargs):
_msg_queue = Queue()

_app = tri.get_app_instance()

self._init_app(_app)

async def process_msg():
Expand Down

0 comments on commit 0659fa8

Please sign in to comment.