Skip to content

Commit

Permalink
Drop prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace authored Feb 5, 2024
1 parent 6894f28 commit 0d3a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flatten.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function flatten end

flatten(x) = flatten(Float64, x)

function ParameterHandling.flatten(::Type{T}, ::Nothing) where {T<:Real}
function flatten(::Type{T}, ::Nothing) where {T<:Real}
v = T[]
unflatten_to_Nothing(::Vector{T}) = nothing
return v, unflatten_to_Nothing
Expand Down

0 comments on commit 0d3a1d7

Please sign in to comment.