format all the things

This commit is contained in:
Lucy Cifferello
2021-09-23 19:18:25 -06:00
parent fc9f0f37ca
commit c71b5db277
24 changed files with 604 additions and 515 deletions

View File

@@ -10,4 +10,4 @@ instance ToJSON a => ToContent [a] where
toContent = toContent . toJSON . fmap toJSON
instance ToJSON a => ToTypedContent [a] where
toTypedContent = toTypedContent . toJSON . fmap toJSON