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 22, 2015
1 parent 51d31ad commit e02ba1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/command/droonga_engine.rb
Expand Up @@ -621,8 +621,8 @@ def run_cluster_state_observer
my_previous_state = previous_state[my_name].dup
my_previous_state.delete("internal_name")
if my_new_state != my_previous_state
logger.info("restart by updated cluster-state.json")
restart_graceful
logger.info("restart by updated cluster-state.json")
restart_graceful
end
end
previous_state = new_state
Expand Down

0 comments on commit e02ba1d

Please sign in to comment.