Skip to content

Commit

Permalink
automated ormolu reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu authored and github-actions[bot] committed Jan 30, 2025
1 parent 2d507af commit 11a7592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,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
Expand Down

0 comments on commit 11a7592

Please sign in to comment.