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

@ -17,7 +17,7 @@ type alias Texts =
, deleteThisFile : String
, selectModeTitle : String
, exitSelectMode : String
, deleteAttachments: String
, deleteAttachments : String
}