fix: gofmt -s across repo (CI format check)

This commit is contained in:
Hanzo AI
2026-06-02 11:39:06 -07:00
parent 79bc183c6e
commit 158edb279c
28 changed files with 119 additions and 126 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ import (
)
var (
once sync.Once
sess *accel.Session
initErr error
once sync.Once
sess *accel.Session
initErr error
available bool
)