From abd33c4ebd8998a374afcce65f5d8f891539ddd7 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 22 Mar 2024 12:36:46 -0700 Subject: [PATCH] linting --- src/adapters/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapters/index.js b/src/adapters/index.js index dc5319b..d6b8cea 100644 --- a/src/adapters/index.js +++ b/src/adapters/index.js @@ -56,7 +56,7 @@ class Adapters { // Do not start these adapters if this is an e2e test. if (this.config.env !== 'test') { if (this.config.useIpfs) { - await this.ipfs.start({bchjs: this.bchjs}) + await this.ipfs.start({ bchjs: this.bchjs }) } } else { // These lines are here to ensure code coverage hits 100%.