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

Commit b3e3fab

Browse files
committed
fix: lint
1 parent a3c134d commit b3e3fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dht.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const parallel = require('async/parallel')
1111
const CID = require('cids')
1212

1313
function spawnWithId (df, type, exec, callback) {
14-
if (typeof type === 'function') {
14+
if (typeof type === 'function') {
1515
callback = type
1616
type = undefined
1717
}
1818

19-
if (typeof exec === 'function') {
19+
if (typeof exec === 'function') {
2020
callback = exec
2121
exec = undefined
2222
}

0 commit comments

Comments
 (0)