Fix trailing whitespace in FixtureDef.__repr__

This commit is contained in:
Daniel Hahler 2018-10-10 18:14:47 +02:00
parent b8958168f5
commit d93de6cc67
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ class FixtureDef(object):
return hook.pytest_fixture_setup(fixturedef=self, request=request)
def __repr__(self):
return "<FixtureDef name=%r scope=%r baseid=%r >" % (
return "<FixtureDef name=%r scope=%r baseid=%r>" % (
self.argname,
self.scope,
self.baseid,