Skip to content

Commit

Permalink
Add nolint rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Jan 18, 2019
1 parent e861c89 commit ea1a54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/io/int_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type bounds struct {
lower int64
}

// nolint: unparam
func calculateVarintBytesBinarySearch(value int64) int {
var (
currIdx int
Expand Down

0 comments on commit ea1a54e

Please sign in to comment.