Skip to content

Commit 5ccc722

Browse files
Format files using DocumentFormat
1 parent f979d62 commit 5ccc722

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Documenter, IteratorInterfaceExtensions
33
makedocs(
44
modules = [IteratorInterfaceExtensions],
55
sitename = "IteratorInterfaceExtensions.jl",
6-
analytics="UA-132838790-1",
6+
analytics = "UA-132838790-1",
77
pages = [
88
"Introduction" => "index.md"
99
]

test/runtests.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ end
66

77
@testset "IteratorInterfaceExtensions" begin
88

9-
@test isiterable(MyType()) == false
10-
@test isiterable([1,2,3]) == true
9+
@test isiterable(MyType()) == false
10+
@test isiterable([1,2,3]) == true
1111

12-
@test_throws ErrorException getiterator(MyType())
12+
@test_throws ErrorException getiterator(MyType())
1313

14-
@test [1,2,3] == getiterator([1,2,3])
14+
@test [1,2,3] == getiterator([1,2,3])
1515

16-
@test IteratorSize2([1,2,3]) == Base.HasShape{1}()
16+
@test IteratorSize2([1,2,3]) == Base.HasShape{1}()
1717

1818
end

0 commit comments

Comments
 (0)