Skip to content

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
joeleonjr committed Oct 30, 2024
1 parent adb2ff7 commit a8276d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/handlers/apk.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ func (h *apkHandler) processResources(ctx logContext.Context, resTable *apkparse
if err != nil {
return fmt.Errorf("failed to parse strings from resources.arsc: %w", err)
}
h.handleAPKFileContent(ctx, rscStrRdr, "resources.arsc", apkChan)
return nil
return h.handleAPKFileContent(ctx, rscStrRdr, "resources.arsc", apkChan)
}

// processFile processes the file and sends the extracted data to the provided channel.
Expand Down

0 comments on commit a8276d0

Please sign in to comment.