Skip to content

Commit 3e6d35e

Browse files
committed
show_thunk: Be more terse
1 parent 8172122 commit 3e6d35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thunk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ Base.hash(x::Thunk, h::UInt) = hash(x.id, hash(h, 0x7ad3bac49089a05f % UInt))
438438
Base.isequal(x::Thunk, y::Thunk) = x.id==y.id
439439

440440
function show_thunk(io::IO, t)
441-
lvl = get(io, :lazy_level, 2)
441+
lvl = get(io, :lazy_level, 0)
442442
f = if t.f isa Chunk
443443
Tf = t.f.chunktype
444444
if isdefined(Tf, :instance)

0 commit comments

Comments
 (0)