Skip to content

Commit

Permalink
Fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthagoenka committed Jan 30, 2023
1 parent 38f879b commit efff38f
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/protocol/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Network {
if (typeof options === 'string')
options = networks[options];

if(options instanceof Object)
if (options instanceof Object)
assert(!options.type, 'Unknown network.');

assert(options, 'Unknown network.');
Expand Down
13 changes: 12 additions & 1 deletion node_modules/.bin/_bmocha

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/_bmocha.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/_bmocha.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion node_modules/.bin/bmocha

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/bmocha.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/bmocha.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion node_modules/.bin/bweb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/bweb.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/bweb.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efff38f

Please sign in to comment.