1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00

ui: Reformat with new elm-format

This commit is contained in:
James Hillyerd
2018-11-12 19:59:15 -08:00
parent c92cd309bc
commit d1954cdd6f
10 changed files with 258 additions and 258 deletions

View File

@@ -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