Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 26, 2014
1 parent d10b736 commit 709d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -172,7 +172,7 @@ def dispatch_steps(steps)
id = @engine_state.generate_id

one_way_steps = []
have_dead_nodes = not @engine_state.dead_nodes.empty?
have_dead_nodes = !@engine_state.dead_nodes.empty?

steps.each do |step|
dataset = @catalog.dataset(step["dataset"])
Expand Down

0 comments on commit 709d8cc

Please sign in to comment.