Skip to content

Commit d236888

Browse files
committed
slightly nicer looking whitespace in test/dates/ranges.jl
1 parent c317f95 commit d236888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dates/ranges.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,5 +536,5 @@ a = Dates.Time(23,1,1)
536536
@test map(x->a in x,drs[1:4]) == [true,true,false,true]
537537
@test a in dr
538538

539-
@test all(x->sort(x) == (step(x) < zero(step(x)) ? reverse(x) : x),drs)
540-
@test all(x->step(x) < zero(step(x)) ? issorted(reverse(x)) : issorted(x),drs)
539+
@test all(x->sort(x) == (step(x) < zero(step(x)) ? reverse(x) : x), drs)
540+
@test all(x->step(x) < zero(step(x)) ? issorted(reverse(x)) : issorted(x), drs)

0 commit comments

Comments
 (0)