Skip to content

Commit f8b99b3

Browse files
committed
fixed lint
1 parent 969c0a2 commit f8b99b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/bind/params.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func asUUID(v any) (value.Value, bool) {
3939
case uuidPtrType:
4040
vv := v.(*uuid.UUID) //nolint:forcetypeassert
4141
if vv == nil {
42+
4243
return value.NullValue(types.UUID), true
4344
}
4445

0 commit comments

Comments
 (0)