From a93d9be632e75f69a962aa6e9524296ce76e7f48 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Fri, 25 Nov 2016 12:43:59 +0100 Subject: [PATCH] Remove whitespace --- pillar/api/node_types/blog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/api/node_types/blog.py b/pillar/api/node_types/blog.py index 9cd0d6e3..aa746cd2 100644 --- a/pillar/api/node_types/blog.py +++ b/pillar/api/node_types/blog.py @@ -6,7 +6,7 @@ node_type_blog = { 'template': { 'type': 'string', }, - 'categories' : { + 'categories': { 'type': 'list', 'schema': { 'type': 'string'