Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
petar committed Jul 24, 2020
1 parent dad79e7 commit 7171eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ipns-pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('ipns-pubsub', function () {
// * 7) resolve ipns record
const subscribeToReceiveByPubsub = async (nodeA, nodeB, idA, idB) => {
let subscribed = false
function checkMessage(msg) {
function checkMessage (msg) {
subscribed = true
}

Expand Down

0 comments on commit 7171eda

Please sign in to comment.