From 47209d05bdf46c970596348514d330a4c598d105 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:19:09 +0200 Subject: [PATCH] Format --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 31cf4e2..420ca93 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,7 +26,8 @@ end pages = [ "Home" => "index.md", "Tutorial" => [ - joinpath("tutorial", file) for file in sort(readdir(TUTORIAL_DIR_MD)) if endswith(file, ".md") + joinpath("tutorial", file) for + file in sort(readdir(TUTORIAL_DIR_MD)) if endswith(file, ".md") ], "API reference" => "api.md", ]