[ci] format
This commit is contained in:
parent
a83d581714
commit
c5db640dd2
1 changed files with 4 additions and 1 deletions
|
@ -110,7 +110,10 @@ export function devStart({
|
||||||
network,
|
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() {
|
export function telemetryNotice() {
|
||||||
|
|
Loading…
Reference in a new issue