From 42a020279a832ea76055d883b02d4a46cc2644d3 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Wed, 27 Feb 2013 00:15:05 -0500 Subject: [PATCH] remove some whitespace --- salt/modules/img.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/modules/img.py b/salt/modules/img.py index e67b7cb867..6aa2f2231d 100644 --- a/salt/modules/img.py +++ b/salt/modules/img.py @@ -42,7 +42,6 @@ def umount_image(mnt): __salt__['mount.umount'](mnt) - def seed(location, id_='', config=None): ''' Make sure that the image at the given location is mounted, salt is