From a9fc4668c0e0032c12b9940eb93803091eb3dda4 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Wed, 19 Jan 2011 00:19:55 -0800
Subject: [PATCH] docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add
 trailing newlines. refs #1296

---
 docs/frontends/CLI.rst          | 2 +-
 src/allmydata/test/trialtest.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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'))
-- 
2.45.2