[PATCH] (cosmetic) consistent line wrapping.

Ralph Bean rbean at redhat.com
Fri May 1 23:56:36 UTC 2015


Signed-off-by: Ralph Bean <rbean at redhat.com>
---
 mash/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mash/config.py b/mash/config.py
index 0383c80..57b6668 100644
--- a/mash/config.py
+++ b/mash/config.py
@@ -43,8 +43,8 @@ class MashConfig(config.BaseConfig):
         'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux',
         'syslinux-tftpboot',
     ])
-    multilib_runtime_blacklist = config.ListOption(['tomcat-native',
-        'php', 'httpd',
+    multilib_runtime_blacklist = config.ListOption([
+        'tomcat-native', 'php', 'httpd',
     ])
     arches = config.ListOption()
     keys = config.ListOption()
-- 
2.1.0



More information about the buildsys mailing list