Fix trailing whitespace in Conditional debug() (#73956)

Signed-off-by: Alex Willmer <alex@moreati.org.uk>
This commit is contained in:
Alex Willmer 2021-03-23 15:08:44 +00:00 committed by GitHub
parent 232eeee206
commit 6856e751ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ class Conditional:
if result:
result = res
display.debug("Evaluated conditional (%s): %s " % (conditional, res))
display.debug("Evaluated conditional (%s): %s" % (conditional, res))
if not result:
break