Reformatted changed source files with elm-format

This commit is contained in:
Stefan Scheidewig
2021-04-18 22:27:50 +02:00
parent decae84aec
commit dd743cf273
5 changed files with 38 additions and 20 deletions

View File

@@ -610,8 +610,11 @@ deleteAttachment flags attachId receive =
, expect = Http.expectJson receive Api.Model.BasicResult.decoder
}
--- Delete Attachments
deleteAttachments :
Flags
-> Set String
@@ -626,6 +629,7 @@ deleteAttachments flags attachIds receive =
}
--- Attachment Metadata