Skip to content

Commit

Permalink
remove extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChaimberg committed May 18, 2021
1 parent 02cf427 commit 7c6c217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-lambda/lib/function-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ export abstract class FunctionBase extends Resource implements IFunction, ec2.IC
return (principal as iam.ArnPrincipal).arn;
}


// Try a best-effort approach to support simple principals that are not any of the predefined
// classes, but are simple enough that they will fit into the Permission model. Main target
// here: imported Roles, Users, Groups.
Expand Down

0 comments on commit 7c6c217

Please sign in to comment.