Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 6, 2024
1 parent 9d803dd commit 7576514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func (cli *Client) Upload(ctx context.Context, plaintext []byte, appInfo MediaTy
// MediaHandle: resp.Handle,
// })
// // handle error again

func (cli *Client) UploadNewsletter(ctx context.Context, data []byte, appInfo MediaType) (resp UploadResponse, err error) {
resp.FileLength = uint64(len(data))
hash := sha256.Sum256(data)
Expand Down

0 comments on commit 7576514

Please sign in to comment.