From bc6f8cc25cc7f365556d2ac67bf9acacc8b95764 Mon Sep 17 00:00:00 2001 From: yaxu Date: Sun, 9 Mar 2025 21:13:42 +0000 Subject: [PATCH] automated ormolu reformatting --- tidal-core/src/Sound/Tidal/UI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidal-core/src/Sound/Tidal/UI.hs b/tidal-core/src/Sound/Tidal/UI.hs index f3416d1c..ae472270 100644 --- a/tidal-core/src/Sound/Tidal/UI.hs +++ b/tidal-core/src/Sound/Tidal/UI.hs @@ -1565,7 +1565,7 @@ fit' cyc n from to p = squeezeJoin $ _fit n mapMasks to where mapMasks = [ stretch $ mask (const True <$> filterValues (== i) from') p' - | i <- [0 .. n - 1] + | i <- [0 .. n - 1] ] p' = density cyc p from' = density cyc from