Skip to content

Commit 7e56c22

Browse files
committed
Add newline
1 parent 5b83a62 commit 7e56c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/auth/AuthSchemeProviderGenerator.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ open class AuthSchemeProviderGenerator {
126126
.closeAndOpenBlock("} else {")
127127
.write("emptyList()")
128128
.closeBlock("}")
129+
write("")
129130
write("val authOptions = #T(modeledAuthOptions, endpointAuthOptions)", RuntimeTypes.Auth.HttpAuthAws.mergeAuthOptions)
130131
} else {
131132
write("val authOptions = modeledAuthOptions")

0 commit comments

Comments
 (0)