From 6bbec5b716eaa267b92ebeeecfa7c8a47dc5ca2a Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 2 Jun 2024 18:35:33 -0400 Subject: [PATCH] Fix formatting --- test/failing_tests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/failing_tests.jl b/test/failing_tests.jl index 7c5e077f5..5780e19fc 100644 --- a/test/failing_tests.jl +++ b/test/failing_tests.jl @@ -62,7 +62,7 @@ end create_group(f, "a") create_group(f, "b") - + # iterate over groups names = String[] @test HDF5.API.h5l_iterate( @@ -110,4 +110,3 @@ end close(f) end end -