Skip to content

Commit

Permalink
cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcastaneda authored Jul 23, 2023
1 parent 80118c5 commit d916fab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions portal.go
Original file line number Diff line number Diff line change
Expand Up @@ -3379,8 +3379,6 @@ func (portal *Portal) downloadThumbnail(ctx context.Context, original []byte, th
}

func (portal *Portal) convertHEICtoJPEG(heicImage []byte) ([]byte, error) {


heicEncoded, err := goheif.Decode(bytes.NewReader(heicImage))
if err != nil {
return nil, fmt.Errorf("failed to decode heic image: %w", err)
Expand Down

0 comments on commit d916fab

Please sign in to comment.