mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Using elm-format for all files
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
module Util.Contact exposing (..)
|
||||
module Util.Contact exposing (toString)
|
||||
|
||||
import Api.Model.Contact exposing (Contact)
|
||||
|
||||
toString: List Contact -> String
|
||||
|
||||
toString : List Contact -> String
|
||||
toString contacts =
|
||||
List.map (\c -> c.kind ++ ": " ++ c.value) contacts
|
||||
|> List.intersperse ", "
|
||||
|
Reference in New Issue
Block a user