Skip to content

Commit b8bf657

Browse files
committed
Line break fixes to chat.go and files.go
1 parent be2b75f commit b8bf657

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go/chat.go

-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,3 @@ func ChatStreamingWithImages() error {
148148

149149
return nil
150150
}
151-

go/files.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ func FilesDelete() error {
366366
}
367367
return fmt.Errorf("expected an error when using deleted file")
368368
// [END files_delete]
369-
}
369+
}

0 commit comments

Comments
 (0)