style: run gofmt to fix code formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yinwm
2026-02-20 01:27:00 +08:00
parent 9f5ff95cc2
commit e2d37f09bf
2 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -13,10 +13,10 @@ import (
func TestExtractProtocol(t *testing.T) {
tests := []struct {
name string
model string
wantProtocol string
wantModelID string
name string
model string
wantProtocol string
wantModelID string
}{
{
name: "openai with prefix",