Skip to content

Commit c7c17eb

Browse files
authored
Format files using DocumentFormat
1 parent cca7531 commit c7c17eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using Documenter, DataVoyager
22

33
makedocs(
4-
modules=[DataVoyager],
5-
sitename="DataVoyager.jl",
6-
analytics="UA-132838790-1",
7-
pages=[
4+
modules=[DataVoyager],
5+
sitename="DataVoyager.jl",
6+
analytics="UA-132838790-1",
7+
pages=[
88
"Introduction" => "index.md"
99
]
1010
)

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Electron.prep_test_env()
77

88
@testset "DataVoyager" begin
99

10-
source = [(a = 1, b = 1), (a = 2, b = 2)]
11-
source2 = [(a = DataValue(1), b = DataValue{Int}()), (a = DataValue{Int}(), b = DataValue(2))]
10+
source = [(a=1, b=1), (a=2, b=2)]
11+
source2 = [(a=DataValue(1), b=DataValue{Int}()), (a=DataValue{Int}(), b=DataValue(2))]
1212

1313
v = Voyager()
1414
@test typeof(v.w) == Electron.Window

0 commit comments

Comments
 (0)