chore: drop target format helper
This commit is contained in:
parent
1ea8917e2b
commit
68c7d577a4
@ -1,4 +0,0 @@
|
|||||||
export function formatTargetHint(hint?: string, withLabel = false): string {
|
|
||||||
if (!hint) return "";
|
|
||||||
return withLabel ? ` Hint: ${hint}` : ` ${hint}`;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user