Skip to content

Commit 6c97a9c

Browse files
committed
MultipartForm: some more fixing of formating
1 parent 257d673 commit 6c97a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/python/api.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class {{classname}}(object):
8484
{{#formParams}}
8585
if ('{{paramName}}' in params):
8686
{{#notFile}}formParams['{{paramName}}'] = params['{{paramName}}']{{/notFile}}{{#isFile}}files['{{paramName}}'] = params['{{paramName}}']{{/isFile}}
87+
{{newline}}
8788
{{/formParams}}
8889

8990
{{#bodyParam}}

0 commit comments

Comments
 (0)