Navigation Menu

Skip to content

Commit

Permalink
Reduce needless padding
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent 9a0163c commit b686997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/distributed_command_planner.rb
Expand Up @@ -78,7 +78,7 @@ def broadcast(options={})
"replica" => options[:replica] || "random"
}
if options[:write]
processor["post"] = true
processor["post"] = true
end
@processor = processor
end
Expand Down

0 comments on commit b686997

Please sign in to comment.