Replace tabbed indentation with spaces for mysql_db module

This commit is contained in:
Matt Martz 2015-06-30 16:22:50 -05:00 committed by Matt Clay
parent cf595b3c52
commit 3d28efaf7e

View file

@ -326,7 +326,7 @@ def main():
if state in ['dump','import']:
if target is None:
module.fail_json(msg="with state=%s target is required" % (state))
if db == 'all':
if db == 'all':
connect_to_db = 'mysql'
db = 'mysql'
all_databases = True