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 14, 2015
1 parent ab350f3 commit 1f53a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/client/connection/droonga-protocol/coolio.rb
Expand Up @@ -164,8 +164,8 @@ def handle_engine(engine)
request = @requests[id]
n_messages += 1
if request
request[:received] = true
request[:callback].call(droonga_message)
request[:received] = true
request[:callback].call(droonga_message)
end
if @max_messages and
n_messages >= @max_messages
Expand Down

0 comments on commit 1f53a1a

Please sign in to comment.