changeset 1851:6a56a853271d feature/jet_aqua

Fix some white space
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 10 Jan 2025 23:16:08 +0100
parents a4e05d1aebaa
children 39890aed6fa0
files test/runtests.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/runtests.jl	Fri Jan 10 23:14:03 2025 +0100
+++ b/test/runtests.jl	Fri Jan 10 23:16:08 2025 +0100
@@ -21,7 +21,7 @@
     run_testfiles(".", globs)
 end
 
-function  run_testfiles(path,   globs)
+function run_testfiles(path, globs)
     for name ∈ readdir(path)
         filepath = joinpath(path, name)