Skip to content

Commit 419c848

Browse files
style: run JuliaFormatter
1 parent ec8cb53 commit 419c848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_parse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ end
117117
X2 = reshape(Float32[2, 3], 2, :)
118118
y2 = ex2(X2)
119119
@test eltype(y2) == Float32
120-
@test y2[1] == 5f0
120+
@test y2[1] == 5.0f0
121121
end
122122

123123
@testitem "Can also parse just a float" begin

0 commit comments

Comments
 (0)