Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Mar 26, 2015
1 parent 9229a85 commit 833bd17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bin/droonga-engine-join
Expand Up @@ -44,13 +44,13 @@ class JoinCommand

set_node_role
begin
register_to_existing_nodes
do_join
copy_data unless @options["no-copy"]
set_effective_message_timestamp
reset_node_role
puts("Done.")
exit(true)
register_to_existing_nodes
do_join
copy_data unless @options["no-copy"]
set_effective_message_timestamp
reset_node_role
puts("Done.")
exit(true)
rescue Exception => exception
puts("Unexpected exception: #{exception.message}")
puts(exception.backtrace.join("\n"))
Expand Down

0 comments on commit 833bd17

Please sign in to comment.