Skip to content

Commit d43bd49

Browse files
committed
style
1 parent 36200a4 commit d43bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cli/cdk-toolkit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ export class CdkToolkit {
14271427
const closelyMatched = pattern.closelyMatched.length > 0 ? ` Do you mean ${chalk.blue(pattern.closelyMatched.join(', '))}?` : '';
14281428
await this.ioHost.asIoHelper().defaults.warn(`${chalk.red(pattern.pattern)} does not exist.${closelyMatched}`);
14291429
}
1430-
};
1430+
}
14311431
}
14321432

14331433
/**

0 commit comments

Comments
 (0)