Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Dec 8, 2011
1 parent 10019ec commit 79acca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/exclamation_bolt.rb
Expand Up @@ -2,5 +2,5 @@

class ExclamationBolt < RedStorm::SimpleBolt
output_fields :word
on_receive (:ack => true, :anchor => true) {|tuple| tuple.getString(0) + "!!!"}
on_receive(:ack => true, :anchor => true) {|tuple| tuple.getString(0) + "!!!"}
end

0 comments on commit 79acca7

Please sign in to comment.