removing unnecessary white space

reviewable/pr18780/r1
Paul Bourdel 9 years ago
parent aa93ff944a
commit 9c0cf447bd

@ -114,7 +114,6 @@ def send_msg_v1(module, token, room, msg_from, msg, msg_format='text',
module.fail_json(msg="failed to send message, return status=%s" % str(info['status'])) module.fail_json(msg="failed to send message, return status=%s" % str(info['status']))
def send_msg_v2(module, token, room, msg_from, msg, msg_format='text', def send_msg_v2(module, token, room, msg_from, msg, msg_format='text',
color='yellow', notify=False, api=MSG_URI_V2): color='yellow', notify=False, api=MSG_URI_V2):
'''sending message to hipchat v2 server''' '''sending message to hipchat v2 server'''
@ -193,4 +192,3 @@ from ansible.module_utils.basic import *
from ansible.module_utils.urls import * from ansible.module_utils.urls import *
main() main()

Loading…
Cancel
Save