Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: SungJin1212 <[email protected]>
  • Loading branch information
SungJin1212 committed Jan 14, 2025
1 parent 2d5e956 commit 741014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/binary/vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,5 +689,5 @@ func vectorElemBinop(ctx context.Context, op parser.ItemType, lhs, rhs float64,
}
}
}
panic(fmt.Errorf("operator %q not allowed for operations between Vectors", op))
panic(errors.Newf("operator %q not allowed for operations between Vectors", op))
}

0 comments on commit 741014f

Please sign in to comment.