chore: drop target format helper

This commit is contained in:
Peter Steinberger 2026-01-17 07:36:13 +00:00
parent 1564850c73
commit ccaa746c3f

View File

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