Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
use go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Aug 8, 2023
1 parent 0a56b0e commit d7005ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gateway_traversal.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func carToLinearBlockGetter(ctx context.Context, reader io.Reader, metrics *Grap
return blkRead.block, nil
}
return nil, caboose.ErrInvalidResponse{
Message: fmt.Sprintf("received a nil block with no error"),
Message: "received a nil block with no error",
}
}, nil
}
Expand Down

0 comments on commit d7005ae

Please sign in to comment.