linter feeding

This commit is contained in:
Patrick Devine 2024-09-26 02:15:17 -07:00
parent 96a8b2f7d8
commit a2d33ee390

View File

@ -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 {