mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 06:00:52 +00:00
remove eof from elm mustache template for better code format (#879)
This commit is contained in:
parent
40d815946a
commit
4401407c7c
@ -1 +1 @@
|
||||
3.2.0-SNAPSHOT
|
||||
3.2.3-SNAPSHOT
|
@ -44,4 +44,3 @@ apiResponseEncoder model =
|
||||
, ( "message", withDefault Encode.null (map Encode.string model.message) )
|
||||
]
|
||||
|
||||
|
||||
|
@ -41,4 +41,3 @@ categoryEncoder model =
|
||||
, ( "name", withDefault Encode.null (map Encode.string model.name) )
|
||||
]
|
||||
|
||||
|
||||
|
@ -62,7 +62,6 @@ orderEncoder model =
|
||||
]
|
||||
|
||||
|
||||
|
||||
statusDecoder : Decoder Status
|
||||
statusDecoder =
|
||||
Decode.string
|
||||
|
@ -63,7 +63,6 @@ petEncoder model =
|
||||
]
|
||||
|
||||
|
||||
|
||||
statusDecoder : Decoder Status
|
||||
statusDecoder =
|
||||
Decode.string
|
||||
|
@ -41,4 +41,3 @@ tagEncoder model =
|
||||
, ( "name", withDefault Encode.null (map Encode.string model.name) )
|
||||
]
|
||||
|
||||
|
||||
|
@ -59,4 +59,3 @@ userEncoder model =
|
||||
, ( "userStatus", withDefault Encode.null (map Encode.int model.userStatus) )
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user