Skip to content

Commit

Permalink
tiny clarity tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesbowkett committed Dec 30, 2012
1 parent 73ed50f commit bec5420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analyzers/implicit_json_schema.rb
Expand Up @@ -36,7 +36,7 @@ def merge(other_schema)
other_attributes.each do |attribute, value|
# if the other schema has a nil for an attribute, then throw that away, because
# it means the attribute was never classified
unless value
if value.nil?
other_attributes.delete(attribute)
next
end
Expand Down

0 comments on commit bec5420

Please sign in to comment.