Remove trailing space

Change-Id: I4de0501f4f2a345c1b3afb8dcaf48d47c8ef6702
This commit is contained in:
Federico Ressi 2020-03-17 13:55:42 +01:00
parent a4ab99ba89
commit be073238b9
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 ----------------------------------------------