Skip to content

Commit

Permalink
same for UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed May 9, 2018
1 parent 85f4dbe commit 94ea533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/uuid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ let groupings = [36:-1:25; 23:-1:20; 18:-1:15; 13:-1:10; 8:-1:1]
end
end

show(io::IO, u::UUID) = write(io, string(u))
print(io::IO, u::UUID) = print(io, string(u))
show(io::IO, u::UUID) = print(io, "UUID(\"", u, "\")")

0 comments on commit 94ea533

Please sign in to comment.