Skip to content

Commit

Permalink
Fixes linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Oct 25, 2024
1 parent 5a57f31 commit 3d2a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/chifra/internal/scrape/handle_touch.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (opts *ScrapeOptions) HandleTouch(rCtx *output.RenderCtx) error {
stagePath := index.ToStagingPath(rng.RangeToFilename(chain))
var chunk index.Chunk
var bm = BlazeManager{}
file.StringToAsciiFile(stagePath, base.SkippedSender.Hex()+"\t0\t0\n")
_ = file.StringToAsciiFile(stagePath, base.SkippedSender.Hex()+"\t0\t0\n")
appMap, _, nAppearances := bm.AsciiFileToAppearanceMap(stagePath)
if report, err := chunk.Write(chain, base.ZeroAddr, indexPath, appMap, nAppearances); err != nil {
errorChan <- err
Expand Down

0 comments on commit 3d2a359

Please sign in to comment.