Skip to content

Commit

Permalink
Newliiiiiiiiiiiiiine
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Dec 2, 2024
1 parent 91a1432 commit e51e2a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/aws-cdk-lib/core/lib/helpers-internal/cfn-parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,4 +922,5 @@ class ObjectParser<T extends object> {

function ucfirst(x: string) {
return x.slice(0, 1).toUpperCase() + x.slice(1);
}
}

0 comments on commit e51e2a0

Please sign in to comment.