fix: remove unnecessary whitespace in footer string in validate-skills.ts

This commit is contained in:
Mohan Raj Rajamanickam 2026-03-12 12:45:27 -07:00
parent ea456bd3ba
commit b59dd20b29
No known key found for this signature in database
GPG Key ID: 7CE83B7611FA8B8B

View File

@ -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`)