Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumainn committed Oct 23, 2017
1 parent 268c221 commit c712ecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def self.event_to_hash(event, ems_id)
content = message_content(event, ems_id)
event_type = content["event_type"]
payload = content["payload"]

log_header = "ems_id: [#{ems_id}] " unless ems_id.nil?
_log.debug("#{log_header}event: [#{event_type}]") if $log && $log.debug?

Expand Down

0 comments on commit c712ecb

Please sign in to comment.