Merge pull request #437 from harshbansal7/fix_build

[Hot Fix] Fix Failing Linter
This commit is contained in:
Hua Audio
2026-02-18 22:02:33 +01:00
committed by GitHub
+5 -5
View File
@@ -80,11 +80,11 @@ func TestExtractFrontmatter(t *testing.T) {
sl := &SkillsLoader{}
testcases := []struct {
name string
content string
expectedName string
expectedDesc string
lineEndingType string
name string
content string
expectedName string
expectedDesc string
lineEndingType string
}{
{
name: "unix-line-endings",