Skip to content

Commit 8824251

Browse files
author
Richard Feldman
committed
🎨 elm-format
1 parent dbbcd57 commit 8824251

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/src/HomepageView.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import SharedStyles exposing (..)
1010

1111
{ id, class, classList } =
1212
homepageNamespace
13+
14+
1315
main : Html a
1416
main =
1517
div []

readme-example/src/Main.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import Html.CssHelpers
77

88
{ id, class, classList } =
99
Html.CssHelpers.withNamespace "dreamwriter"
10+
11+
1012
main : Html msg
1113
main =
1214
Html.div []

0 commit comments

Comments
 (0)