Skip to content

Commit f90afa6

Browse files
Update base/uuid.jl
Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>
1 parent ebd4991 commit f90afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/uuid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let
3737
d = __convert_digit(_c, UInt32(16))
3838
d >= 16 && throw_malformed_uuid(s)
3939
u <<= 4
40-
u |= d
40+
u | d
4141
end
4242

4343
global UUID

0 commit comments

Comments
 (0)