Skip to content

Commit a33a5f2

Browse files
committed
fix for linter
1 parent bce0cf8 commit a33a5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/value/value.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,6 +2191,7 @@ func UUIDToHiLoPair(id uuid.UUID) (low, high uint64) {
21912191
bytes := uuidDirectBytesToLe(id)
21922192
low = binary.LittleEndian.Uint64(bytes[0:8])
21932193
high = binary.LittleEndian.Uint64(bytes[8:16])
2194+
21942195
return low, high
21952196
}
21962197

0 commit comments

Comments
 (0)