Skip to content

Commit 052e3c4

Browse files
committed
Fixed hound notice
1 parent 9142a81 commit 052e3c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/json_matchers/matcher.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def document_store
2727
document_store = JsonSchema::DocumentStore.new
2828

2929
Dir.glob("#{JsonMatchers.schema_root}/**/*.json").
30-
map { |path| Pathname.new(path) }.
31-
map { |schema_path| Parser.new(schema_path).parse }.
32-
map { |schema| document_store.add_schema(schema) }.
33-
each { |schema| schema.expand_references!(store: document_store) }
30+
map { |path| Pathname.new(path) }.
31+
map { |schema_path| Parser.new(schema_path).parse }.
32+
map { |schema| document_store.add_schema(schema) }.
33+
each { |schema| schema.expand_references!(store: document_store) }
3434

3535
document_store
3636
end

0 commit comments

Comments
 (0)