# HG changeset patch # User Augie Fackler # Date 1382023645 14400 # Node ID 28116a204b6a44ad9fd2d2b1decff5a4f371ec39 # Parent e015cd34168d9cc3bb1995b6b82d1574c092bb0a test_fetch_mappings: trim some superfluous whitespace diff --git a/tests/test_fetch_mappings.py b/tests/test_fetch_mappings.py --- a/tests/test_fetch_mappings.py +++ b/tests/test_fetch_mappings.py @@ -342,5 +342,3 @@ class MapTests(test_util.TestBase): commands.clone(ui, test_util.fileurl(repo_path), self.wc_path) self.assertEqual(self.repo['tip'].description(), 'blyf') - -