Skip to content

Commit 955061d

Browse files
committed
style: format code with go fmt
1 parent f271c3f commit 955061d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/gemini/gemini.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type geminiContent struct {
2828
}
2929

3030
type geminiPart struct {
31-
Text string `json:"text,omitempty"`
31+
Text string `json:"text,omitempty"`
3232
InlineData *geminiInlineData `json:"inlineData,omitempty"`
3333
}
3434

0 commit comments

Comments
 (0)