Remove trailing whitespace added in a45dcdc

This commit is contained in:
Jack Wilsdon 2016-06-09 19:23:54 +01:00
parent 0f8fc33952
commit 26a17a3703

View file

@ -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