From efc50a544674f8d74ca066fdf80c8928735b4d2a Mon Sep 17 00:00:00 2001 From: ocots <66357348+ocots@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:28:17 +0000 Subject: [PATCH] Format .jl files --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 3dfa6fff..6665db55 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,8 +20,8 @@ using Coverage using DifferentiationInterface using Plots using CairoMakie: CairoMakie, Makie # qualified `using`: loads CairoMakie and exposes - # CairoMakie/Makie without importing Makie's `plot`/`plot!` - # into Main (avoids clashing with Plots in `@docs` blocks). +# CairoMakie/Makie without importing Makie's `plot`/`plot!` +# into Main (avoids clashing with Plots in `@docs` blocks). # DocumenterVitepress picks the highest-priority MIME type a plot object responds to # (image/png: 4.0 over image/svg+xml: 3.0) — the opposite of Documenter.HTML, which