From 26a17a37033618e99de6934cc808bfda58b3830e Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Thu, 9 Jun 2016 19:23:54 +0100 Subject: [PATCH] Remove trailing whitespace added in a45dcdc --- test/test_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ui.py b/test/test_ui.py index 40da6cc44..158fe7b70 100644 --- a/test/test_ui.py +++ b/test/test_ui.py @@ -652,7 +652,7 @@ class ConfigTest(unittest.TestCase, TestHelper, _common.Assertions): self.setup_beets() # Don't use the BEETSDIR from `helper`. Instead, we point the home - # directory there. Some tests will set `BEETSDIR` themselves. + # directory there. Some tests will set `BEETSDIR` themselves. del os.environ['BEETSDIR'] self._old_home = os.environ.get('HOME') os.environ['HOME'] = self.temp_dir