]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: ceph-detect-init: fix the indent
authorKefu Chai <kchai@redhat.com>
Tue, 12 Jul 2016 17:02:14 +0000 (01:02 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 12 Jul 2016 18:22:15 +0000 (02:22 +0800)
commit4366145a09f109c86972014c945969036653eeaa
tree7db55c3d3837df523bd7050daab3189991294c0d
parente489cd4f07650f62b8adb46ad08c2f59b434fd18
test: ceph-detect-init: fix the indent

this fixes the pep8 failure:
```
pep8 runtests: commands[0] | flake8 ceph_detect_init tests
tests/test_all.py:121:17: E128 continuation line under-indented for
visual indent
tests/test_all.py:125:17: E128 continuation line under-indented for
visual indent
tests/test_all.py:129:17: E128 continuation line under-indented for
visual indent
tests/test_all.py:133:17: E128 continuation line under-indented for
visual indent
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph-detect-init/tests/test_all.py