From 06333707b19dc551e1cfef1957880f8d9e01dac0 Mon Sep 17 00:00:00 2001 From: Gaurav Arya Date: Thu, 19 Jan 2023 16:24:46 +0800 Subject: [PATCH] Revert removed newline --- test/basics.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basics.jl b/test/basics.jl index 2711940..bb26f85 100644 --- a/test/basics.jl +++ b/test/basics.jl @@ -381,4 +381,4 @@ end @testset "Deprecated first-arg walk API to fmap" begin @test fmap(Functors.DefaultWalk(), nothing, (1, 2, 3)) == (1, 2, 3) -end \ No newline at end of file +end