Skip to content

Commit cf779a7

Browse files
committed
chore: remove redundant JSDoc comments
1 parent bcb42f1 commit cf779a7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/ui/utils.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ function shortenSinglePath(path: string, workingDirectory?: string): string {
6060
return path
6161
}
6262

63-
/**
64-
* Formats a list of pruned items in the style: "→ tool: parameter"
65-
*/
6663
export function formatPrunedItemsList(
6764
pruneToolIds: string[],
6865
toolMetadata: Map<string, ToolParameterEntry>,
@@ -95,9 +92,6 @@ export function formatPrunedItemsList(
9592
return lines
9693
}
9794

98-
/**
99-
* Formats a PruningResult into a human-readable string for the prune tool output.
100-
*/
10195
export function formatPruningResultForTool(
10296
prunedIds: string[],
10397
toolMetadata: Map<string, ToolParameterEntry>,

0 commit comments

Comments
 (0)