Skip to content

Commit e695e0d

Browse files
theogfdevmotion
andauthored
Update src/transform/functiontransform.jl
Co-Authored-By: David Widmann <[email protected]>
1 parent ea11fe4 commit e695e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/functiontransform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ apply(t::FunctionTransform, X::T; obsdim::Int = defaultobs) where {T} = mapslice
1717

1818
duplicate(t::FunctionTransform,f) = FunctionTransform(f)
1919

20-
Base.show(io::IO, t::FunctionTransform) = print(io, "Function Transform : $(t.f)")
20+
Base.show(io::IO, t::FunctionTransform) = print(io, "Function Transform: ", t.f)

0 commit comments

Comments
 (0)