Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-mescudi committed Jan 7, 2025
1 parent add7176 commit 069c9f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions image_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ func (m *EmbedHandler) EmbedDataIntoImage(coverImage image.Image, data []byte, b
return nil, ErrDataTooLarge
}



embeddedRGBChannels, err := u.EmbedIntoRGBchannelsWithDepth(RGBchannels, data, bitDepth)
if err != nil {
return nil, err
Expand Down
3 changes: 0 additions & 3 deletions methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,3 @@ func NewSecureExtractHandlerWithConcurrency(concurrency int) (*SecureExtractHand
func NewSecureExtractHandler() *SecureExtractHandler {
return &SecureExtractHandler{concurrency: 1}
}



0 comments on commit 069c9f2

Please sign in to comment.