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

Commit 68ee42e

Browse files
committed
fix: linting
1 parent ae8cf93 commit 68ee42e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basics/index-es6.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ node.version()
3939
* Initialize the repo for this node
4040
*/
4141
.then(() => {
42-
// we need to promisify node.init to return a promise
42+
// we need to promisify node.init to return a promise
4343
return promisify(node.init)({ emptyRepo: true, bits: 2048 })
4444
})
4545

4646
/*
4747
* Take the node online (bitswap, network and so on)
4848
*/
4949
.then(() => {
50-
// we need to promisify node.start to return a promise
50+
// we need to promisify node.start to return a promise
5151
return promisify(node.start)()
5252
})
5353

54-
/*
54+
/*
5555
* Add a file to IPFS - Complete Files API on:
5656
* https://github.com/ipfs/interface-ipfs-core/tree/master/API/files
5757
*/

0 commit comments

Comments
 (0)