validate.ts

This commit is contained in:
nirholas
2026-03-31 10:23:43 +00:00
parent 2ebc3fff78
commit ce4af99a5d

View File

@@ -496,3 +496,4 @@ export function formatWarnings(warnings: KeybindingWarning[]): string {
return lines.join('\n') return lines.join('\n')
} }