gofmt trailing-blank-line cleanup after dead-code removal

This commit is contained in:
Ed Zynda
2026-05-07 12:34:29 +03:00
parent 97d2246375
commit 65054fe3db
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -150,4 +150,3 @@ func (h *SubagentHandle) Wait() SubagentResult {
func (h *SubagentHandle) Done() <-chan struct{} {
return h.done
}
-1
View File
@@ -68,4 +68,3 @@ func generateCacheKey(systemPrompt, modelID string) string {
// Prefix with "kit-" to identify KIT-generated cache keys
return "kit-" + hex.EncodeToString(h.Sum(nil))[:24]
}
-1
View File
@@ -190,4 +190,3 @@ func TestCachingPriorityOverThinking(t *testing.T) {
t.Errorf("OpenAI caching should work when thinking is OFF")
}
}