White-space lint fix

This commit is contained in:
Pedro Algarvio 2017-04-05 23:19:53 +01:00
parent 281e0cafb2
commit 0b2364e57d
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -135,6 +135,7 @@ def pytest_addoption(parser):
)
# <---- CLI Options Setup --------------------------------------------------------------------------------------------
# ----- CLI Terminal Reporter --------------------------------------------------------------------------------------->
class SaltTerminalReporter(TerminalReporter):
def __init__(self, config):
@ -181,6 +182,7 @@ class SaltTerminalReporter(TerminalReporter):
self._tw.write(template.format(name, cpu, mem, swap))
# <---- CLI Terminal Reporter ----------------------------------------------------------------------------------------
# ----- Register Markers -------------------------------------------------------------------------------------------->
@pytest.mark.trylast
def pytest_configure(config):