Skip to content

Commit 4057ed7

Browse files
committed
Reformat code
1 parent 4a5735c commit 4057ed7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ end
1212
using TrixiNeighborhoodSearch
1313

1414
# Define module-wide setups such that the respective modules are available in doctests
15-
DocMeta.setdocmeta!(TrixiNeighborhoodSearch, :DocTestSetup, :(using TrixiNeighborhoodSearch); recursive = true)
15+
DocMeta.setdocmeta!(TrixiNeighborhoodSearch, :DocTestSetup,
16+
:(using TrixiNeighborhoodSearch); recursive = true)
1617

1718
# Copy files to not need to synchronize them manually
1819
function copy_file(filename, replaces...; new_filename = lowercase(filename))

test/runtests.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
include("test_util.jl")
22

3-
@testset verbose=true "TrixiNeighborhoodSearch.jl Tests" begin
4-
5-
end
3+
@testset verbose=true "TrixiNeighborhoodSearch.jl Tests" begin end

0 commit comments

Comments
 (0)