removed print

This commit is contained in:
Christopher Pickering 2022-07-26 08:23:39 -05:00
parent 4a860a43e2
commit d68f4e4d3d
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -51,5 +51,5 @@ def test_whitespace(runner: CliRunner) -> None:
"--preserve-blank-lines",
],
)
print(result.output)
assert result.exit_code == 0