Skip to content

Commit 07ed8cc

Browse files
committed
Add line break before constructor
1 parent e82aa70 commit 07ed8cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Decorator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export class Decorator {
1010
}
1111

1212
public kind: DecoratorKind;
13+
1314
constructor(name: string, public args: string[]) {
1415
const kind = Decorator.getDecoratorKind(name);
1516
if (kind === undefined) {

0 commit comments

Comments
 (0)