[ci] format

This commit is contained in:
bholmesdev 2022-06-07 21:14:44 +00:00 committed by github-actions[bot]
parent a83d581714
commit c5db640dd2

View file

@ -110,7 +110,10 @@ export function devStart({
network,
'',
];
return messages.filter((msg) => typeof msg === 'string').map((msg) => ` ${msg}`).join('\n');
return messages
.filter((msg) => typeof msg === 'string')
.map((msg) => ` ${msg}`)
.join('\n');
}
export function telemetryNotice() {