Fix indent to stop tabnanny from complaining

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-08-09 15:54:44 +05:30
parent c184925096
commit db65f2fe9c
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class TestExplicitDedication(cloudstackTestCase):
#If no empty host is found, return
if empty_host:
self.skipTest("Did not find any empty hosts, Skipping")
self.skipTest("Did not find any empty hosts, Skipping")
# Create an affinity group for explicit dedication.
agCmd = createAffinityGroup.createAffinityGroupCmd()