From 50bbdcdb7b079eef99cac8dea9c9b07d12e31387 Mon Sep 17 00:00:00 2001 From: Nick Aiello Date: Fri, 22 Mar 2024 16:46:32 -0500 Subject: [PATCH] chore: fix newline --- .../aws-route53/cross-account-zone-delegation-handler/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts b/packages/@aws-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts index 7ffacb38db4b6..833ec0cb5d3b9 100644 --- a/packages/@aws-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts +++ b/packages/@aws-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts @@ -123,4 +123,4 @@ function route53Region(region: string) { // Default for commercial partition return 'us-east-1'; -} +} \ No newline at end of file