Skip to content

Commit

Permalink
Fix lint after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Sep 11, 2023
1 parent 859b702 commit 3ec8449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import { ethErrors } from 'eth-rpc-errors';
import fetchMock from 'jest-fetch-mock';
import { createAsyncMiddleware, JsonRpcEngine } from 'json-rpc-engine';
import { createEngineStream } from 'json-rpc-middleware-stream';
import { pipeline } from 'stream';
import { nanoid } from 'nanoid';
import { pipeline } from 'stream';
import type { Duplex } from 'stream';

import type { NodeThreadExecutionService } from '../services';
Expand Down

0 comments on commit 3ec8449

Please sign in to comment.