]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix the continuation line indent to pass flake8
authorAccela Zhao <bigzhao@cisco.com>
Tue, 6 Jan 2015 05:36:35 +0000 (13:36 +0800)
committerAccela Zhao <bigzhao@cisco.com>
Tue, 6 Jan 2015 07:26:50 +0000 (15:26 +0800)
commitb624982daf442c2419654d459bc3678cd7cadb93
treeb01afe8674c46bdee00eeadc79c2aee318407019
parent48eb05aa841557bd697786c38b73fea420fba1bb
Fix the continuation line indent to pass flake8

The flake8 complains "E128 continuation line under-indented for
visual indent" on cinder/tests/api/contrib/test_types_manage.py
line 270. The continuation line should be indented to the opening
parentheses. This patch fixes the indention.

Change-Id: I8330e2580863ed4d53b5607c25fc5317c5a166b9
cinder/tests/api/contrib/test_types_manage.py