Skip to content

Commit

Permalink
missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Aug 4, 2020
1 parent 1f00369 commit de6c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/test/test.stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ export = {
app.synth();
test.ok(called, 'synthesize() not called for Stack');
test.done();
}
},
};

class StackWithPostProcessor extends Stack {
Expand Down

0 comments on commit de6c0fc

Please sign in to comment.