Skip to content

Commit 5557554

Browse files
committed
MultipartForm: better formatting
1 parent 33e6105 commit 5557554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/python/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class {{classname}}(object):
8989
{{#isFile}}
9090
files.append(('{{paramName}}', params['{{paramName}}']))
9191
{{/isFile}}
92-
{{/formParams}}
9392
{{newline}}
93+
{{/formParams}}
9494

9595
{{#bodyParam}}
9696
if ('{{paramName}}' in params):

0 commit comments

Comments
 (0)