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

---
 src/parameters.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parameters.jl b/src/parameters.jl
index 43886b6..7bd0843 100644
--- a/src/parameters.jl
+++ b/src/parameters.jl
@@ -1,5 +1,5 @@
 struct PDFIntegrationPoints
-    xy::Vector{Tuple{Float64, Float64}}
+    xy::Vector{Tuple{Float64,Float64}}
     function PDFIntegrationPoints(n::Int)
         new([(cos(x), sin(x)) for x = (0.5π/n):(π/n):π])
     end
-- 
GitLab