Skip to content

Commit

Permalink
Add show for LocalStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed May 9, 2023
1 parent 851093f commit a1aa8c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LocalStorage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,5 @@ function Base.setindex!(L::LocalStorage{VT,2,M,3}, x::Vector{Float64}, ::Colon,
from = to + 1
end
end

Base.show(io::IO, L::ProxAL.LocalStorage) = print(io, "LocalStorage{", L.n, ",", L.K, ",", L.T, "}")

0 comments on commit a1aa8c5

Please sign in to comment.