forked from loafle/openapi-generator-original
[elm] missing '->' in Main elm template (#7728)
This commit is contained in:
parent
ac18722dd4
commit
56a0268e39
@ -29,7 +29,7 @@ type Msg
|
||||
update : Msg -> Model -> (Model, Cmd Msg)
|
||||
update msg model =
|
||||
case msg of
|
||||
NoOp
|
||||
NoOp ->
|
||||
( model, Cmd.none )
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.3.0-SNAPSHOT
|
||||
2.4.0-SNAPSHOT
|
@ -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
|
||||
|
@ -29,7 +29,7 @@ type Msg
|
||||
update : Msg -> Model -> (Model, Cmd Msg)
|
||||
update msg model =
|
||||
case msg of
|
||||
NoOp
|
||||
NoOp ->
|
||||
( model, Cmd.none )
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user