Fix lint error in cmdlib
authorHelga Velroyen <helgav@google.com>
Fri, 26 Apr 2013 14:07:09 +0000 (16:07 +0200)
committerHelga Velroyen <helgav@google.com>
Fri, 26 Apr 2013 14:12:24 +0000 (16:12 +0200)
Was accidentally introduced by commit 912737ba.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

lib/cmdlib.py

index bba8277..092fda3 100644 (file)
@@ -4505,7 +4505,6 @@ class LUClusterSetParams(LogicalUnit):
                                      " because instance '%s' is using it." %
                                      (instance.disk_template, instance.name))
 
-
   def _SetVgName(self, feedback_fn):
     """Determines and sets the new volume group name.