Skip to content

Commit a3dba4f

Browse files
committed
Whitespace fix
1 parent f945b66 commit a3dba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssm/ssm2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def send_all(self):
500500
log_string = "Sent %s, Argo ID: %s" % (msgid, argo_id)
501501
else:
502502
log_string = "Message %s is empty and returns a None type." % (msgid)
503-
503+
504504
else:
505505
# The SSM has been improperly configured
506506
raise Ssm2Exception('Unknown messaging protocol: %s' %

0 commit comments

Comments
 (0)