Skip to content

Commit f1cc099

Browse files
committed
cleanup whitespace
1 parent 816ac5a commit f1cc099

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyclowder/connectors.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,8 @@ def on_message(self, channel, method, header, body):
674674
json_body['routing_key'] = method.routing_key
675675

676676
self.worker = RabbitMQHandler(self.extractor_name, self.extractor_info, self.check_message,
677-
678-
self.process_message, self.ssl_verify, self.mounted_paths, method, header, body)
679-
677+
self.process_message, self.ssl_verify, self.mounted_paths,
678+
method, header, body)
680679
self.worker.start_thread(json_body)
681680

682681
except: # pylint: disable=broad-except

0 commit comments

Comments
 (0)