Skip to content

Commit c23aaef

Browse files
committed
format
1 parent f29d53d commit c23aaef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cdk/bin/cdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface EnvironmentProps {
1212
/**
1313
* Custom domain name for the webapp and Cognito.
1414
* You need to have a public Route53 hosted zone for the domain name in your AWS account.
15-
*
15+
*
1616
* @default No custom domain name.
1717
*/
1818
domainName?: string;

cdk/lib/main-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { EventBus } from './constructs/event-bus/';
1313

1414
interface MainStackProps extends StackProps {
1515
readonly signPayloadHandler: EdgeFunction;
16-
16+
1717
readonly domainName?: string;
1818
readonly sharedCertificate?: ICertificate;
1919

0 commit comments

Comments
 (0)