[Kotlin] fix: match tags of closing brackets with opening ones (#12976) (#17117)

Trying to generate Kotlin code for CookieAuth will result in a malformed
ApiClient.kt for function updateAuthParams. The code block has a closing
bracket too much.

Co-authored-by: Christian Bay <christian.bay@posteo.net>
This commit is contained in:
greenbourne277 2023-11-19 07:44:31 +01:00 committed by GitHub
parent 75ff110449
commit 685d9445c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,12 @@ import com.squareup.moshi.adapter
{{/isKeyInQuery}} {{/isKeyInQuery}}
} }
} }
{{#isKeyInQuery}}
} }
{{/isKeyInQuery}}
{{#isKeyInHeader}}
}
{{/isKeyInHeader}}
{{/isApiKey}} {{/isApiKey}}
{{#isBasic}} {{#isBasic}}
{{#isBasicBasic}} {{#isBasicBasic}}