Skip to content

Commit bc76804

Browse files
committed
FOURMOLU_DISABLE Utils.CharSet
1 parent c095c54 commit bc76804

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cabal-described/src/Distribution/Utils/CharSet.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ member c (CS m) = go (IM.toList m)
113113
i = ord c
114114

115115
-- | Insert 'Char' into 'CharSet'.
116+
{- FOURMOLU_DISABLE -}
116117
insert :: Char -> CharSet -> CharSet
118+
{- FOURMOLU_ENABLE -}
117119
insert c (CS m) = normalise (IM.insert (ord c) (ord c) m)
118120

119121
-- | Union of two 'CharSet's.

0 commit comments

Comments
 (0)