mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-17 07:20:28 +00:00
Remove trailing whitespaces in regular file
Change-Id: I49c7f59fd1c695ccfccbd597a15e01d2d140eb20
This commit is contained in:
parent
ca767856b6
commit
96a106e529
2 changed files with 3 additions and 2 deletions
3
AUTHORS
3
AUTHORS
|
|
@ -7,6 +7,7 @@ Chris Behrens <cbehrens+github@codestud.com>
|
|||
Christopher MacGown <ignoti+github@gmail.com>
|
||||
Ed Leafe <ed@leafe.com>
|
||||
Eldar Nugaev <eldr@ya.ru>
|
||||
Hengqing Hu <hudayou@hotmail.com>
|
||||
Ilya Alekseyev <ilyaalekseyev@acm.org>
|
||||
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
|
||||
Josh Kearney <josh@jk0.org>
|
||||
|
|
@ -16,4 +17,4 @@ Lvov Maxim <mlvov@mirantis.com>
|
|||
Matt Dietz <matt.dietz@rackspace.com>
|
||||
Sandy Walsh <sandy@darksecretsoftware.com>
|
||||
Gabriel Hurley <gabriel@strikeawe.com>
|
||||
Joe Heck <heckj@mac.com>
|
||||
Joe Heck <heckj@mac.com>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ for arg in "$@"; do
|
|||
process_option $arg
|
||||
done
|
||||
|
||||
# If enabled, tell nose to collect coverage data
|
||||
# If enabled, tell nose to collect coverage data
|
||||
if [ $coverage -eq 1 ]; then
|
||||
noseopts="$noseopts --with-coverage --cover-package=keystoneclient"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue