mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Run elm-format on 2 more vendored files.
This commit is contained in:
parent
9e26715ca4
commit
fda8d7ff75
@ -130,7 +130,9 @@ nodeRecordToString options { tag, children, facts } =
|
||||
Dict.toList facts.boolAttributes
|
||||
|> List.map
|
||||
(\( k, v ) ->
|
||||
"Html.Attributes.property \"" ++ k ++ "\" <| Json.Encode.bool "
|
||||
"Html.Attributes.property \""
|
||||
++ k
|
||||
++ "\" <| Json.Encode.bool "
|
||||
++ (if v then
|
||||
"True"
|
||||
|
||||
|
@ -133,7 +133,8 @@ nodeRecordToString options { tag, children, facts } =
|
||||
Dict.toList facts.boolAttributes
|
||||
|> List.map
|
||||
(\( k, v ) ->
|
||||
k ++ "="
|
||||
k
|
||||
++ "="
|
||||
++ (if v then
|
||||
"true"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user