Skip to content

Commit

Permalink
dump: align
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 16, 2014
1 parent 07e7995 commit e0247eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/plugins/dump.rb
Expand Up @@ -131,8 +131,8 @@ def dump_records
values[key] = value unless key.start_with?("_")
end
body = {
"table" => table.name,
"key" => record.key,
"table" => table.name,
"key" => record.key,
"values" => values,
}
forward("dump.record", body)
Expand Down

0 comments on commit e0247eb

Please sign in to comment.