From bf22bd36c8613f272043188f0c6c9a7460f948e2 Mon Sep 17 00:00:00 2001 From: David Murdoch <187813+davidmurdoch@users.noreply.github.com> Date: Tue, 26 Apr 2022 10:59:41 -0400 Subject: [PATCH] chore: wrap comment at 80 chars --- src/packages/ganache/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/packages/ganache/index.ts b/src/packages/ganache/index.ts index 1a249fafb3..1af4d62274 100644 --- a/src/packages/ganache/index.ts +++ b/src/packages/ganache/index.ts @@ -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,