Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 0110af8

Browse files
committed
refactor: remove blank lines
1 parent b6d49dc commit 0110af8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/ast-utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ export function getObjectPropertyMatches(objectNode: ts.ObjectLiteralExpression,
126126
});
127127
}
128128

129-
130-
131129
export function getDecoratorMetadata(source: ts.SourceFile, identifier: string,
132130
module: string): ts.Node[] {
133131
const angularImports: { [name: string]: string }

0 commit comments

Comments
 (0)