[elm] missing '->' in Main elm template (#7728)

This commit is contained in:
Alberto Sartori 2018-02-26 16:11:21 +01:00 committed by William Cheng
parent ac18722dd4
commit 56a0268e39
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ type Msg
update : Msg -> Model -> (Model, Cmd Msg)
update msg model =
case msg of
NoOp
NoOp ->
( model, Cmd.none )

View File

@ -1 +1 @@
2.3.0-SNAPSHOT
2.4.0-SNAPSHOT

View File

@ -7,5 +7,5 @@ This API client was generated by the [swagger-codegen](https://github.com/swagge
- API version: 1.0.0
- Package version:
- Build date: 2017-12-20T12:18:55.677+01:00
- Build date: 2018-02-25T14:13:54.595+01:00
- Build package: io.swagger.codegen.languages.ElmClientCodegen

View File

@ -29,7 +29,7 @@ type Msg
update : Msg -> Model -> (Model, Cmd Msg)
update msg model =
case msg of
NoOp
NoOp ->
( model, Cmd.none )