chore: drop target format helper

This commit is contained in:
Peter Steinberger
2026-01-17 07:36:13 +00:00
parent 1ea8917e2b
commit 68c7d577a4

View File

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