From bbfee5e6870bb9a9465ee9f00618315ed4d87143 Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:06:55 +0100 Subject: [PATCH] Remove whitespace Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/flatten.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatten.jl b/src/flatten.jl index a4c95a6..3caea79 100644 --- a/src/flatten.jl +++ b/src/flatten.jl @@ -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