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