From a735836c29a5968379e9716ca2feb7c5bdb824ce Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 13 Dec 2016 01:47:40 +0100 Subject: [plugins] fix trailing whitespace in plugin_tests Signed-off-by: Michael Adam --- tests/plugin_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 531f3508..932e89e2 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -236,7 +236,7 @@ class AddCopySpecTests(unittest.TestCase): return os.path.join(self.mp.sysroot, path) expected_paths = set(map(pathmunge, self.expect_paths)) self.assertEquals(self.mp.copy_paths, expected_paths) - + # add_copy_spec() def test_single_file(self): -- cgit