From bf900deb4ba023ec290f38b41ff2136c8e1a7ecf Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 6 Jun 2014 03:03:58 +0400 Subject: [PATCH] Remove whitespace. --- system/t06_publish/update.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/t06_publish/update.py b/system/t06_publish/update.py index 8b39fbbb..4e55ec7f 100644 --- a/system/t06_publish/update.py +++ b/system/t06_publish/update.py @@ -256,5 +256,3 @@ class PublishUpdate7Test(BaseTest): self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/contrib/source/Sources', 'sources2', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/contrib/binary-i386/Packages', 'binary2', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) - -