Skip to content

Commit

Permalink
Format files using DocumentFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored Jul 26, 2022
1 parent cca7531 commit c7c17eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Documenter, DataVoyager

makedocs(
modules=[DataVoyager],
sitename="DataVoyager.jl",
analytics="UA-132838790-1",
pages=[
modules=[DataVoyager],
sitename="DataVoyager.jl",
analytics="UA-132838790-1",
pages=[
"Introduction" => "index.md"
]
)
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Electron.prep_test_env()

@testset "DataVoyager" begin

source = [(a = 1, b = 1), (a = 2, b = 2)]
source2 = [(a = DataValue(1), b = DataValue{Int}()), (a = DataValue{Int}(), b = DataValue(2))]
source = [(a=1, b=1), (a=2, b=2)]
source2 = [(a=DataValue(1), b=DataValue{Int}()), (a=DataValue{Int}(), b=DataValue(2))]

v = Voyager()
@test typeof(v.w) == Electron.Window
Expand Down

0 comments on commit c7c17eb

Please sign in to comment.