diff --git a/src/data/housing.jl b/src/data/housing.jl index 0d167dc0..61391304 100644 --- a/src/data/housing.jl +++ b/src/data/housing.jl @@ -133,4 +133,4 @@ function features() end -end \ No newline at end of file +end diff --git a/test/data.jl b/test/data.jl index aa913806..6c012a93 100644 --- a/test/data.jl +++ b/test/data.jl @@ -25,4 +25,4 @@ using Test @test size(Housing.features()) == (506, 13) @test Housing.targets() isa Array{Float64} -@test size(Housing.targets()) == (506, 1) \ No newline at end of file +@test size(Housing.targets()) == (506, 1)