Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent adad427 commit edf4390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/droonga-engine-absorb-data
Expand Up @@ -259,8 +259,8 @@ module Droonga
puts "Setting effective message timestamp for the destination node..."
destination_node_serf.ensure_restarted do
destination_node_serf.send_query("accept_messages_newer_than",
"node" => destination_node.to_s,
"timestamp" => timestamp)
"node" => destination_node.to_s,
"timestamp" => timestamp)
end
end
true
Expand Down
4 changes: 2 additions & 2 deletions bin/droonga-engine-join
Expand Up @@ -329,8 +329,8 @@ module Droonga
puts "Setting effective message timestamp for the destination node..."
joining_node_serf.ensure_restarted do
joining_node_serf.send_query("accept_messages_newer_than",
"node" => joining_node.to_s,
"timestamp" => timestamp)
"node" => joining_node.to_s,
"timestamp" => timestamp)
end
end
true
Expand Down

0 comments on commit edf4390

Please sign in to comment.