From: david-sarah Date: Wed, 19 Jan 2011 08:19:55 +0000 (-0800) Subject: docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs... X-Git-Tag: allmydata-tahoe-1.8.2b1~35 X-Git-Url: https://git.rkrishnan.org/frontends//%22%22.?a=commitdiff_plain;h=a9fc4668c0e0032c12b9940eb93803091eb3dda4;p=tahoe-lafs%2Ftahoe-lafs.git docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296 --- diff --git a/docs/frontends/CLI.rst b/docs/frontends/CLI.rst index 0d70b4f7..2f4cb1fc 100644 --- a/docs/frontends/CLI.rst +++ b/docs/frontends/CLI.rst @@ -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. \ No newline at end of file +TESTSUITE (defaulting to the whole Tahoe test suite), using Twisted Trial. diff --git a/src/allmydata/test/trialtest.py b/src/allmydata/test/trialtest.py index 312cc8b6..13b45a3c 100644 --- a/src/allmydata/test/trialtest.py +++ b/src/allmydata/test/trialtest.py @@ -27,4 +27,4 @@ class Failure(unittest.TestCase): raise AssertionError('clang') def test_deferred_error(self): - return defer.fail(AssertionError('screech')) \ No newline at end of file + return defer.fail(AssertionError('screech'))