Skip to content

Commit

Permalink
fix(cli): class in sample app template should have two leading blank …
Browse files Browse the repository at this point in the history
…lines
  • Loading branch information
ojongerius committed Jul 8, 2020
1 parent 61e7094 commit b0ba4f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
core
)


class %name.PascalCased%Stack(core.Stack):

def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:
Expand Down

0 comments on commit b0ba4f3

Please sign in to comment.