Skip to content

Commit eb2d2f7

Browse files
committed
Trim whitespace
1 parent 82dce95 commit eb2d2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ranges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ end
15741574
@test findall(in(r), 2:(length(r) - 1)) === 1:(length(r) - 2)
15751575
end
15761576
let r = Base.OneTo(Int8(4))
1577-
@test first(r,4) === r
1577+
@test first(r,4) === r
15781578
end
15791579
@test convert(Base.OneTo, 1:2) === Base.OneTo{Int}(2)
15801580
@test_throws ArgumentError("first element must be 1, got 2") convert(Base.OneTo, 2:3)

0 commit comments

Comments
 (0)