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
commit 048cd08e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,11 +80,11 @@ func TestExtractFrontmatter(t *testing.T) {
sl := &SkillsLoader{} sl := &SkillsLoader{}
testcases := []struct { testcases := []struct {
name string name string
content string content string
expectedName string expectedName string
expectedDesc string expectedDesc string
lineEndingType string lineEndingType string
}{ }{
{ {
name: "unix-line-endings", name: "unix-line-endings",