Merge "Remove trailing space"

This commit is contained in:
Zuul 2020-03-17 16:04:21 +00:00 committed by Gerrit Code Review
commit 1bae1e23cb
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ whitelist_externals = *
commands =
bash -c '{env:IR_COMMAND} plugin remove tobiko || true'
{env:IR_COMMAND} plugin add {toxinidir}/roles
{env:IR_COMMAND} tobiko --tobiko-src-dir {toxinidir} {posargs}
{env:IR_COMMAND} tobiko --tobiko-src-dir {toxinidir} {posargs}
# --- documentation environments ----------------------------------------------