Skip to content

Commit b006e36

Browse files
committed
style(openai-ws): 修复 passthrough_relay gofmt 对齐
PR #2444 引入的 activeTurn 字段未按 gofmt 对齐,导致 golangci-lint 报 gofmt 错误。运行 gofmt -w 调整字段类型对齐到与同结构其他字段一致。
1 parent 6a88e56 commit b006e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/internal/service/openai_ws_v2/passthrough_relay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type relayState struct {
8282
terminalEventType string
8383
firstTokenMs *int
8484
turnTimingByID map[string]*relayTurnTiming
85-
activeTurn *relayTurnTiming
85+
activeTurn *relayTurnTiming
8686
}
8787

8888
type relayExitSignal struct {

0 commit comments

Comments
 (0)