Skip to content

Commit

Permalink
Go 1.14 fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe committed Feb 19, 2020
1 parent d3b83b8 commit 47e2c54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion label.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,6 @@ func (mapping *labelMapping) sample321(v3, v2, v1 string) *Sample {
return mapping.sample123(v1, v2, v3)
}

func (mapping *labelMapping) histogram21(v2, v1 string) *Histogram { return mapping.histogram12(v1, v2) }
func (mapping *labelMapping) histogram21(v2, v1 string) *Histogram {
return mapping.histogram12(v1, v2)
}

0 comments on commit 47e2c54

Please sign in to comment.