mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
ui: Reformat with new elm-format
This commit is contained in:
@@ -18,4 +18,4 @@ date =
|
||||
Err error ->
|
||||
fail error
|
||||
in
|
||||
string |> andThen convert
|
||||
string |> andThen convert
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module Data.Session
|
||||
exposing
|
||||
( Session
|
||||
( Msg(..)
|
||||
, Persistent
|
||||
, Msg(..)
|
||||
, decoder
|
||||
, Session
|
||||
, decodeValueWithDefault
|
||||
, decoder
|
||||
, init
|
||||
, none
|
||||
, update
|
||||
@@ -74,7 +74,7 @@ update msg session =
|
||||
persistent =
|
||||
session.persistent
|
||||
in
|
||||
{ session | persistent = { persistent | recentMailboxes = recent } }
|
||||
{ session | persistent = { persistent | recentMailboxes = recent } }
|
||||
|
||||
|
||||
none : Msg
|
||||
|
||||
Reference in New Issue
Block a user