Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua MacDonald committed Jul 18, 2022
1 parent d59a451 commit 0a34d83
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ func centerVal(mapper mapping.Mapping, x int32) float64 {
return (lb + ub) / 2
}

func options(opts ...Option) []Option {
return opts
}

// Tests insertion of [1, 2, 0.5]. The index of 1 (i.e., 0) becomes
// `indexBase`, the "2" goes to its right and the "0.5" goes in the
// last position of the backing array. With 3 binary orders of
Expand Down

0 comments on commit 0a34d83

Please sign in to comment.