From f01ac06d97eca544774bbabfb59bcccb517a928b Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sat, 30 Aug 2014 01:23:48 +0400 Subject: [PATCH] Remove extra whitespace [ci skip] --- system/t04_mirror/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/t04_mirror/update.py b/system/t04_mirror/update.py index 41d6edbc..167418e0 100644 --- a/system/t04_mirror/update.py +++ b/system/t04_mirror/update.py @@ -156,4 +156,3 @@ class UpdateMirror11Test(BaseTest): def output_processor(self, output): return "\n".join(sorted(output.split("\n"))) -