Skip to content

Commit

Permalink
Base.display should not be modified for IJulia usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jingpengw committed Nov 26, 2018
1 parent 2a6d4e9 commit f924171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/collection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ function Base.print(io::IO, store::KeyStore{K, V}) where {K, V}
print(io, @sprintf("""KeyStore{%s, %s}("%s")""", K, V, store.bucket_name))
end
Base.show(io::IO, store::KeyStore) = print(io, store)
Base.display(store::KeyStore) = print(store)

function Base.setindex!(store::KeyStore{K, V}, val::V, key::K) where {K, V}
name = store.key_encoder(key)
Expand Down

0 comments on commit f924171

Please sign in to comment.