1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-10-06 01:47:10 +03:00

Use ‘inci’ instead of ‘sitcc’ in ‘p_classFundeps’

This commit is contained in:
Mark Karpov 2020-05-28 09:36:20 +02:00
parent 20a06bf4db
commit a99cff03cf
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -82,7 +82,7 @@ p_classFundeps fdeps = unless (null fdeps) $ do
breakpoint
txt "|"
space
sitcc $ sep commaDel (sitcc . located' p_funDep) fdeps
inci $ sep commaDel (sitcc . located' p_funDep) fdeps
p_funDep :: FunDep (Located RdrName) -> R ()
p_funDep (before, after) = do