style: add blank line after note imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { note as clackNote } from "@clack/prompts";
|
import { note as clackNote } from "@clack/prompts";
|
||||||
import { visibleWidth } from "./ansi.js";
|
import { visibleWidth } from "./ansi.js";
|
||||||
import { stylePromptTitle } from "./prompt-style.js";
|
import { stylePromptTitle } from "./prompt-style.js";
|
||||||
|
|
||||||
function splitLongWord(word: string, maxLen: number): string[] {
|
function splitLongWord(word: string, maxLen: number): string[] {
|
||||||
if (maxLen <= 0) return [word];
|
if (maxLen <= 0) return [word];
|
||||||
const chars = Array.from(word);
|
const chars = Array.from(word);
|
||||||
|
|||||||
Reference in New Issue
Block a user