Skip to content

Commit 231b8e8

Browse files
author
chiku
committed
Remove trailing space characters.
1 parent 29f9d89 commit 231b8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def make_url_map(app):
384384

385385
# Import PRIMARY_WEB_APP setting
386386
from website.settings import PRIMARY_WEB_APP
387-
387+
388388
primary_app_config = EXTERNAL_WEB_APPS.get(PRIMARY_WEB_APP)
389389
if primary_app_config:
390390
process_rules(app, [

0 commit comments

Comments
 (0)