Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error: missing "end" for "if"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 1, 2015
1 parent 52921cc commit 724ff34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/dispatcher.rb
Expand Up @@ -199,6 +199,7 @@ def dispatch(message, destination)
@fowrarder.forward(forward_message, forward_destination)
else
@cluster.forward(forward_message, forward_destination)
end
end
logger.trace("dispatch: done")
end
Expand Down

0 comments on commit 724ff34

Please sign in to comment.