Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Mar 25, 2022
1 parent 3a70f66 commit 5a5ea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/lib/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ Environment variables can be marked for removal when used in Lambda@Edge by sett

return {
size: props.ephemeralStorageSize,
}
};
}

private buildTracingConfig(props: FunctionProps) {
Expand Down

0 comments on commit 5a5ea1b

Please sign in to comment.