From 08de073464ee5a6fda96d770e741ec2060ba5c79 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 8 Apr 2019 16:43:29 +0200 Subject: [PATCH] Remove whitespace --- cloud/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/routes.py b/cloud/routes.py index da133fc..29158d4 100644 --- a/cloud/routes.py +++ b/cloud/routes.py @@ -510,7 +510,7 @@ def project_browse(project: pillarsdk.Project): browse=True, og_picture=None, navigation_links=project_navigation_links(project, system_util.pillar_api()), - extension_sidebar_links= current_app.extension_sidebar_links(project)) + extension_sidebar_links=current_app.extension_sidebar_links(project)) @blueprint.route('/p//browse/nodes')