From a2d33ee390c67a20ae9f24e805ea5199d8e609e7 Mon Sep 17 00:00:00 2001
From: Patrick Devine <patrick@infrahq.com>
Date: Thu, 26 Sep 2024 02:15:17 -0700
Subject: [PATCH] linter feeding

---
 llm/server.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/llm/server.go b/llm/server.go
index 0ec20ae3..70c7c0cd 100644
--- a/llm/server.go
+++ b/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 {