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

Commit 850e1fb

Browse files
author
Alan Shaw
committed
chore: appease linter
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent 0f3e640 commit 850e1fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/lib/multiaddr.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
// Convert a multiaddr to a URI
24
// Assumes multiaddr is in a format that can be converted to a HTTP(s) URI
35
exports.toUri = ma => {

src/pubsub/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
const callbackify = require('../lib/callbackify')
24

35
// This file is temporary and for compatibility with legacy usage

0 commit comments

Comments
 (0)