mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
ui: Reformat with elm-format 0.8.1
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
module Data.Session
|
||||
exposing
|
||||
( Msg(..)
|
||||
, Persistent
|
||||
, Session
|
||||
, decodeValueWithDefault
|
||||
, decoder
|
||||
, init
|
||||
, none
|
||||
, update
|
||||
)
|
||||
module Data.Session exposing
|
||||
( Msg(..)
|
||||
, Persistent
|
||||
, Session
|
||||
, decodeValueWithDefault
|
||||
, decoder
|
||||
, init
|
||||
, none
|
||||
, update
|
||||
)
|
||||
|
||||
import Json.Decode as Decode exposing (..)
|
||||
import Json.Decode.Pipeline exposing (..)
|
||||
@@ -63,6 +62,7 @@ update msg session =
|
||||
AddRecent mailbox ->
|
||||
if List.head session.persistent.recentMailboxes == Just mailbox then
|
||||
session
|
||||
|
||||
else
|
||||
let
|
||||
recent =
|
||||
|
||||
Reference in New Issue
Block a user