Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Swopper050 committed Dec 31, 2024
1 parent 09f48b4 commit faffc09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func createNewBooleanBacking[B NumericType](backing []B) []bool {

func createNewBackingFromBoolean[T NumericType](backing []bool) []T {
newBacking := make([]T, len(backing))

for i := range backing {
if backing[i] {
newBacking[i] = 1
Expand Down

0 comments on commit faffc09

Please sign in to comment.