Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 0761139

Browse files
committed
fixed linting error
1 parent c8552a4 commit 0761139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = (repo) => {
155155
const hash = 'QmWChcSFMNcFkfeJtNd8Yru1rE6PhtCRfewi1tMwjkwKjN'
156156

157157
pull(
158-
exporter(hash, ipldResolver, { maxDepth: 1}),
158+
exporter(hash, ipldResolver, { maxDepth: 1 }),
159159
pull.collect((err, files) => {
160160
expect(err).to.not.exist()
161161
files.forEach(file => expect(file).to.have.property('hash'))

0 commit comments

Comments
 (0)