Skip to content

Commit d0fae89

Browse files
committed
add blank line
1 parent 3ef99bc commit d0fae89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/javascript/imports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export function hasImportDeclaration(body: Node): boolean {
5050

5151
return has;
5252
}
53+
5354
/**
5455
* Finds all imports (both static and dynamic, local and global) with
5556
* statically-analyzable sources in the specified node. Note: this includes only

0 commit comments

Comments
 (0)