summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/obmc/wsgi/apps/rest_dbus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py
index 3f98904..43d1f03 100644
--- a/module/obmc/wsgi/apps/rest_dbus.py
+++ b/module/obmc/wsgi/apps/rest_dbus.py
@@ -936,7 +936,7 @@ class JsonApiResponsePlugin(object):
def apply(self, callback, route):
content_type = getattr(
route.get_undecorated_callback(), '_content_type', None)
- if self.json_type != content_type :
+ if self.json_type != content_type:
return callback
def wrap(*a, **kw):
OpenPOWER on IntegriCloud