docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296

This commit is contained in:
david-sarah 2011-01-19 00:19:55 -08:00
parent d21f4071c3
commit a9fc4668c0
2 changed files with 2 additions and 2 deletions

View File

@ -585,4 +585,4 @@ sharefile. This can be used to test the client-side verification/repair code.
Obviously, this command should not be used during normal operation.
"``tahoe debug trial [OPTIONS] [TESTSUITE]``" will run the tests specified by
TESTSUITE (defaulting to the whole Tahoe test suite), using Twisted Trial.
TESTSUITE (defaulting to the whole Tahoe test suite), using Twisted Trial.

View File

@ -27,4 +27,4 @@ class Failure(unittest.TestCase):
raise AssertionError('clang')
def test_deferred_error(self):
return defer.fail(AssertionError('screech'))
return defer.fail(AssertionError('screech'))