Skip to content

Commit 8d1a053

Browse files
committed
whitespace
1 parent a95cbfe commit 8d1a053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/errorshow.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,10 +1339,10 @@ end
13391339
struct Point end
13401340
p = Point()
13411341
end
1342-
1342+
13431343
err_str1 = @except_str FieldErrorTest.p.x FieldError
13441344
@test occursin("FieldErrorTest.Point", err_str1)
1345-
1345+
13461346
@eval FieldErrorTest struct Point{T}
13471347
x::T
13481348
y::T

0 commit comments

Comments
 (0)