chore: drop target format helper

main
Peter Steinberger 2026-01-17 07:36:13 +00:00
parent 1ea8917e2b
commit 68c7d577a4
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
export function formatTargetHint(hint?: string, withLabel = false): string {
if (!hint) return "";
return withLabel ? ` Hint: ${hint}` : ` ${hint}`;
}