Skip to content

Commit

Permalink
force false positive
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Dec 19, 2024
1 parent b531071 commit 53c9fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rw-heatmaps/pkg/chart/heatmap_grid.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (h *heatMapGrid) Dims() (int, int) {

// Z returns the value of a grid cell at (c, r).
// It implements the plotter.GridXYZ interface.
func (h *heatMapGrid) Z(c, r int) float64 {
func (hg *heatMapGrid) Z(c, r int) float64 {
return h.z[r][c]
}

Expand Down

0 comments on commit 53c9fd7

Please sign in to comment.