Skip to content

Commit e5efe59

Browse files
author
Michael Klishin
committed
Cosmetics, to be consistent with the tutorial 2 text
1 parent 68d4d5b commit e5efe59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruby/worker.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414

1515
begin
1616
q.subscribe(:ack => true, :block => true) do |delivery_info, properties, body|
17-
puts " [x] Received #{body}"
17+
puts " [x] Received '#{body}'"
1818
# imitate some work
1919
sleep 1.0
20-
puts " [x] Done"
2120

2221
ch.ack(delivery_info.delivery_tag)
2322
end

0 commit comments

Comments
 (0)