1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Remove some tab/space issues in previous commits.

This commit is contained in:
Michael DeHaan 2013-02-26 20:30:33 -05:00
parent 6a487409db
commit c485cb3700
4 changed files with 7 additions and 9 deletions

View file

@ -149,7 +149,7 @@ def main():
encoding=dict(default=""),
state=dict(default="present", choices=["absent", "present"]),
),
supports_check_mode = True
supports_check_mode = True
)
if not postgresqldb_found: