Navigation Menu

Skip to content

Commit

Permalink
Make hash definition mor ehuman readable
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 6, 2015
1 parent 1422fb4 commit 18c0e16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -241,7 +241,10 @@ def dispatch_steps(steps)
end
end

dispatch_message = { "id" => id, "steps" => steps }
dispatch_message = {
"id" => id,
"steps" => steps,
}
destinations.uniq.each do |destination|
dispatch(dispatch_message, destination)
end
Expand Down

0 comments on commit 18c0e16

Please sign in to comment.