From: guiyanxing Date: Tue, 17 Nov 2015 09:12:51 +0000 (+0800) Subject: Fix the indentation issue X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9ae5586c2e00d070e181ed5a885949fa335d6a9d;p=openstack-build%2Fneutron-build.git Fix the indentation issue This patch fixs the indentation issue to comply with pep8 style. Change-Id: Ia6e70d226bfaf48b60e07acf611162dbe56ff5ec --- diff --git a/neutron/extensions/qos.py b/neutron/extensions/qos.py index 382e15f97..5a14293fe 100644 --- a/neutron/extensions/qos.py +++ b/neutron/extensions/qos.py @@ -44,7 +44,7 @@ RESOURCE_ATTRIBUTE_MAP = { 'policies': { 'id': {'allow_post': False, 'allow_put': False, 'validate': {'type:uuid': None}, - 'is_visible': True, 'primary_key': True}, + 'is_visible': True, 'primary_key': True}, 'name': {'allow_post': True, 'allow_put': True, 'is_visible': True, 'default': '', 'validate': {'type:string': None}},