mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-20 11:07:01 +00:00
ui: Reformat with elm-format 0.8.1
This commit is contained in:
@@ -20,6 +20,7 @@ import Ports
|
||||
import Route
|
||||
|
||||
|
||||
|
||||
-- MODEL
|
||||
|
||||
|
||||
@@ -104,6 +105,7 @@ view session model =
|
||||
[ text
|
||||
(if model.connected then
|
||||
"Connected."
|
||||
|
||||
else
|
||||
"Disconnected!"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user