aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugin_tests.py
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-12-13 01:47:40 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-03-28 14:12:07 +0100
commita735836c29a5968379e9716ca2feb7c5bdb824ce (patch)
treef83c8baac161665cddfb4b1bf39bafbe11fa4302 /tests/plugin_tests.py
parentf619ec3853e0cc6ac8dc16ad35d0b553c8c790c2 (diff)
downloadsos-a735836c29a5968379e9716ca2feb7c5bdb824ce.tar.gz
[plugins] fix trailing whitespace in plugin_tests
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r--tests/plugin_tests.py2
1 files changed, 1 insertions, 1 deletions
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):