瀏覽代碼

linter feeding

Patrick Devine 7 月之前
父節點
當前提交
a2d33ee390
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      llm/server.go

+ 3 - 3
llm/server.go

@@ -673,9 +673,9 @@ ws ::= ([ \t\n] ws)?
 const maxBufferSize = 512 * format.KiloByte
 
 type ImageData struct {
-	Data          []byte    `json:"data"`
-	ID            int       `json:"id"`
-	AspectRatioID int       `json:"aspect_ratio_id"`
+	Data          []byte `json:"data"`
+	ID            int    `json:"id"`
+	AspectRatioID int    `json:"aspect_ratio_id"`
 }
 
 type completion struct {