Remove all bad-whitespaces

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2016-08-29 11:47:25 -05:00 committed by Mike McLean
parent 4250d9a67a
commit dd82e9cea2
12 changed files with 736 additions and 736 deletions

View file

@ -80,7 +80,7 @@ class TestImportImageInternal(unittest.TestCase):
cursor = mock.MagicMock()
context.cnx.cursor.return_value = cursor
context.session.host_id = 42
get_build.return_value = {'id': 2 }
get_build.return_value = {'id': 2}
get_rpm.return_value = rpm
get_archive_type.return_value = 4
work.return_value = self.tempdir