Skip to content

Commit 88a58a9

Browse files
committed
Format let in like elm-format would
1 parent 2bf4048 commit 88a58a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Test/Html/Event.elm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ the browser would send to the event listener callback.
343343
)
344344
]
345345
in
346-
Html.input [ onInput Change ] [ ]
347-
|> Query.fromHtml
348-
|> Event.simulate (Event.custom "input" simulatedEventObject)
349-
|> Event.expect (Change "cats")
346+
Html.input [ onInput Change ] [ ]
347+
|> Query.fromHtml
348+
|> Event.simulate (Event.custom "input" simulatedEventObject)
349+
|> Event.expect (Change "cats")
350350
351351
-}
352352
custom : String -> Value -> ( String, Value )

0 commit comments

Comments
 (0)