Skip to content

Commit eab7f2d

Browse files
committed
automated reformatting
1 parent a21a75e commit eab7f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sound/Tidal/Pattern.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ applyPatToPatSqueeze pf px = squeezeJoin $ (\f -> f <$> px) <$> pf
212212
-- as @innerJoin@, @innerJoin@ and @squeezeJoin@.
213213

214214
instance Monad Pattern where
215-
return = pure
216-
p >>= f = unwrap (f <$> p)
215+
return = pure
216+
p >>= f = unwrap (f <$> p)
217217

218218
-- | Turns a pattern of patterns into a single pattern.
219219
-- (this is actually 'join')

0 commit comments

Comments
 (0)