From 317290354ae2858a1b2e3fc5d0730e181734f217 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Tue, 14 May 2024 18:24:10 +0200
Subject: [PATCH] Formatting

---
 test/runtests.jl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/runtests.jl b/test/runtests.jl
index fce1378..af20e61 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -2,8 +2,10 @@ using LumenManufaktur
 using Test
 
 @testset "direct light from muon" begin
-    params =
-        LMParameters(dispersion_model = DispersionORCA, integration_points = PDFIntegrationPoints(5))
+    params = LMParameters(
+        dispersion_model = DispersionORCA,
+        integration_points = PDFIntegrationPoints(5),
+    )
     pmt = LumenManufaktur.KM3NeTPMT
 
     # The relative tolerances are based on comparisons between
-- 
GitLab