Skip to content

Commit

Permalink
fix trailing-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Jan 24, 2024
1 parent 9db120a commit c943d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def handler(event, context):
handler: 'index.handler',
});
alarm1.addAlarmAction(new actions.LambdaAction(alarmLambda));

// THEN
expect(() => {
alarm2.addAlarmAction(new actions.LambdaAction(alarmLambda));
Expand Down

0 comments on commit c943d8c

Please sign in to comment.