Navigation Menu

Skip to content

Commit

Permalink
Remove needless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 28, 2014
1 parent 12d6450 commit e675626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-catalog-modify
Expand Up @@ -85,7 +85,7 @@ def load_source(path)
source_path = Pathname(path).expand_path
source = source_path.read
end
catalog = JSON.parse(source)
JSON.parse(source)
end

source_catalog = load_source(options.source_path)
Expand Down

0 comments on commit e675626

Please sign in to comment.