Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
simsurace and github-actions[bot] authored Feb 5, 2024
1 parent 0d3a1d7 commit bbfee5e
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 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 bbfee5e

Please sign in to comment.