diff test/Grids/tensor_grid_test.jl @ 1604:b459082533f7 feature/boundary_conditions

Remove unnecessary white space changes to otherwise untouched files
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 08 Jun 2024 22:51:31 +0200
parents 3e7438e2a033
children 5f348cc5598e b02917bcd7d5 7a2375080287
line wrap: on
line diff
--- a/test/Grids/tensor_grid_test.jl	Tue Jun 04 16:46:14 2024 -0700
+++ b/test/Grids/tensor_grid_test.jl	Sat Jun 08 22:51:31 2024 +0200
@@ -184,7 +184,6 @@
         @test boundary_indices(TensorGrid(g₄,g₁), TensorGridBoundary{2, Lower}()) == (1,)
         @test boundary_indices(TensorGrid(g₄,g₁), TensorGridBoundary{2, Upper}()) == (11,)
     end
-
 end
 
 @testset "combined_coordinate_vector_type" begin