Skip to content

Commit 2edebe0

Browse files
committed
chore: run format
1 parent c08c3a3 commit 2edebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/src/note.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import process from 'node:process';
22
import type { Writable } from 'node:stream';
33
import { stripVTControlCharacters as strip } from 'node:util';
44
import { getColumns } from '@clack/core';
5-
import { wrapAnsi, type Options as WrapAnsiOptions } from 'fast-wrap-ansi';
5+
import { type Options as WrapAnsiOptions, wrapAnsi } from 'fast-wrap-ansi';
66
import color from 'picocolors';
77
import {
88
type CommonOptions,

0 commit comments

Comments
 (0)