Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisChambers committed Jul 24, 2020
1 parent 0abc047 commit 7681609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/tests/info_recursive_imports_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { A } from "./recursive_imports/A.ts"
import { A } from "./recursive_imports/A.ts";

export function test(): void {
}
A();
}

0 comments on commit 7681609

Please sign in to comment.