Restore custom `Show` instance for `PPTextWrapper`

pull/357/head
Taylor Fausak 2021-11-04 23:05:43 +00:00 committed by GitHub
parent bd860f9983
commit bfdb28010a
1 changed files with 3 additions and 3 deletions

View File

@ -188,10 +188,10 @@ roundTripEqual c t =
`shouldReturn` Right (PPTextWrapper t) `shouldReturn` Right (PPTextWrapper t)
newtype PPTextWrapper = PPTextWrapper Text newtype PPTextWrapper = PPTextWrapper Text
deriving (Eq, Show) deriving Eq
-- instance Show PPTextWrapper where instance Show PPTextWrapper where
-- show (PPTextWrapper t) = "\n" ++ Text.unpack t show (PPTextWrapper t) = "\n" ++ Text.unpack t
-- brittany-next-binding --columns 160 -- brittany-next-binding --columns 160
-- brittany-next-binding { lconfig_indentPolicy: IndentPolicyLeft } -- brittany-next-binding { lconfig_indentPolicy: IndentPolicyLeft }