Skip to content

Commit

Permalink
fix defaultrepr
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Aug 9, 2019
1 parent fa65c72 commit a3b1bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ a `show` method that should *not* be used by Juno:
Juno.render(i::Juno.Inline, x::myType) = Juno.render(i, Juno.defaultrepr(x))
```
"""
defaultrepr(x, lazy = false) = Atom.defaultrepr(x, lazy)
defaultrepr(x, lazy = false) = Main.Atom.defaultrepr(x, lazy)

0 comments on commit a3b1bf3

Please sign in to comment.