Skip to content

Commit

Permalink
Fix double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Dec 14, 2018
1 parent 0761d73 commit 0c74c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/web3/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import {AbstractWeb3Module, Web3ModuleOptions, Providers} from 'web3-core';
import {Utils} from 'web3-utils';
import * as net from 'net';
import {provider, AbstractProviderAdapter, BatchRequest} from 'web3-providers';
import {Eth} from "web3-eth";
import {Network} from "web3-net";
import {Eth} from 'web3-eth';
import {Network} from 'web3-net';

export class Web3 extends AbstractWeb3Module {
constructor(
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/types/tests/web3-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import {Web3} from 'web3';
import {HttpProvider} from "web3-providers";
import {HttpProvider} from 'web3-providers';

// $ExpectType Utils
Web3.utils;
Expand Down

0 comments on commit 0c74c90

Please sign in to comment.