Skip to content

Commit 1f6e654

Browse files
committed
refactor: formatting
1 parent cd04226 commit 1f6e654

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ const transformer = (_: ts.Program) => (context: ts.TransformationContext) => (
7777
visitImportClause as any,
7878
ts.isImportClause
7979
);
80-
return node.importClause === importClause || importClause || isDeclarationFile
80+
return node.importClause === importClause ||
81+
importClause ||
82+
isDeclarationFile
8183
? ts.updateImportDeclaration(
8284
node,
8385
node.decorators,

0 commit comments

Comments
 (0)