From 1296a00c9c9389a367b0371fd0b513be0bf0969f Mon Sep 17 00:00:00 2001 From: Sichan Yoo Date: Thu, 26 Dec 2024 10:44:01 -0800 Subject: [PATCH] Ktlint; add newline at end of file --- .../codegen/customization/rds/AuthTokenGeneratorIntegration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/customization/rds/AuthTokenGeneratorIntegration.kt b/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/customization/rds/AuthTokenGeneratorIntegration.kt index 917a7facabd..2e0bd2a432e 100644 --- a/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/customization/rds/AuthTokenGeneratorIntegration.kt +++ b/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/customization/rds/AuthTokenGeneratorIntegration.kt @@ -81,4 +81,4 @@ class AuthTokenGeneratorIntegration : SwiftIntegration { writer.write(authTokenGeneratorWrapperClass) } } -} \ No newline at end of file +}