From 5c25bb51cc3e028cb4bcb3fbdbbb0759b260eeee Mon Sep 17 00:00:00 2001 From: itsdfish <9677184+itsdfish@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:32:00 +0000 Subject: [PATCH] Format .jl files --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 7af6391..9a436b5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,9 +7,9 @@ makedocs( format = Documenter.HTML( assets = [ asset( - "https://fonts.googleapis.com/css?family=Montserrat|Source+Code+Pro&display=swap", - class = :css - ) + "https://fonts.googleapis.com/css?family=Montserrat|Source+Code+Pro&display=swap", + class = :css + ) ], collapselevel = 1 ),