Fix inconsistent tab width

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
Seth Foster
2023-11-16 13:19:25 -05:00
committed by Seth Foster
parent 9f69daf787
commit 5d1dd8ec41

View File

@@ -88,7 +88,6 @@ def main():
protocol=dict(type='str', choices=['tcp', 'ws', 'wss']), protocol=dict(type='str', choices=['tcp', 'ws', 'wss']),
websocket_path=dict(type='str'), websocket_path=dict(type='str'),
state=dict(choices=['present', 'absent', 'exists'], default='present'), state=dict(choices=['present', 'absent', 'exists'], default='present'),
) )
# Create a module for ourselves # Create a module for ourselves