Skip to content

Commit 15d7a43

Browse files
committed
lint:fix
1 parent d0d7fbc commit 15d7a43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/controller-utils/src

packages/controller-utils/src/util.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ import {
1010
} from '@metamask/utils';
1111
import type { BigNumber } from 'bignumber.js';
1212
import BN from 'bn.js';
13-
export type { BigNumber };
1413
import ensNamehash from 'eth-ens-namehash';
1514
import deepEqual from 'fast-deep-equal';
1615

1716
import { MAX_SAFE_CHAIN_ID } from './constants';
1817

18+
export type { BigNumber };
19+
1920
const TIMEOUT_ERROR = new Error('timeout');
2021

2122
export const PROTOTYPE_POLLUTION_BLOCKLIST = [

0 commit comments

Comments
 (0)