Skip to content

Commit

Permalink
Remove usless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 12, 2024
1 parent e6e71a3 commit 71072e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ wrap_eps(x) = eps(x)
wrap_eps(::Type{Complex{T}}) where {T} = eps(T)

struct UnsafeScope
refs::Vector{WeakRef} # List of weak references
refs::Vector{WeakRef}

UnsafeScope() = new(Vector{WeakRef}())
end
Expand Down

0 comments on commit 71072e4

Please sign in to comment.