Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

chore: wrap comment at 80 characters #2987

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/packages/ganache/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* This file is the entry point for the resultant bundle dist/node/ganache.min.js
* dist/cli/ganache.min.js will then point to dist/node/ganache.min.js
* whenever it references @ganache/core.
* This is so we avoid an extra set of native node modules in dist/cli, just use what's in dist/node.
* This is so we avoid an extra set of native node modules in dist/cli, just use
* what's in dist/node.
*/
export type {
Server,
Expand Down