From b59dd20b29f0c876778597886053d83785922807 Mon Sep 17 00:00:00 2001 From: Mohan Raj Rajamanickam Date: Thu, 12 Mar 2026 12:45:27 -0700 Subject: [PATCH] fix: remove unnecessary whitespace in footer string in validate-skills.ts --- scripts/validate-skills.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate-skills.ts b/scripts/validate-skills.ts index d0e895d..9087b52 100644 --- a/scripts/validate-skills.ts +++ b/scripts/validate-skills.ts @@ -340,7 +340,7 @@ function main(): void { } const hasIssues = allErrors.length > 0 || allWarnings.length > 0 - const footer = " Spec: https://agentskills.io/specification · Authoring guide: https://github.com/forcedotcom/afv-library#readme" + const footer = "Spec: https://agentskills.io/specification · Authoring guide: https://github.com/forcedotcom/afv-library#readme" if (allWarnings.length > 0) { console.warn(`\n${allWarnings.length} warning(s):\n`)