From cfb7d785b766712a9a8e94c5c72c0dad08ed85dc Mon Sep 17 00:00:00 2001 From: FantasticCode2019 <1443996278@qq.com> Date: Mon, 9 Mar 2026 17:32:51 +0800 Subject: [PATCH] go file formate --- pkg/config/config.go | 1 - pkg/skills/installer.go | 1 - 2 files changed, 2 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 99be793c3..5a1e509b4 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -966,4 +966,3 @@ func (t *ToolsConfig) IsToolEnabled(name string) bool { return true } } - diff --git a/pkg/skills/installer.go b/pkg/skills/installer.go index b570deeb7..29a07d88a 100644 --- a/pkg/skills/installer.go +++ b/pkg/skills/installer.go @@ -279,4 +279,3 @@ func (si *SkillInstaller) Uninstall(skillName string) error { return nil } -