Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Feb 26, 2020
1 parent fe4854a commit 9880b3f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/tests/dynamic_circular_imports/a.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./b.js";
import "./b.js";
2 changes: 1 addition & 1 deletion cli/tests/dynamic_circular_imports/b.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "./c.js";
import "./a.js";
import "./a.js";
2 changes: 1 addition & 1 deletion cli/tests/dynamic_circular_imports/c.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./d.js";
import "./d.js";
2 changes: 1 addition & 1 deletion cli/tests/dynamic_circular_imports/d.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// pass
// pass
2 changes: 1 addition & 1 deletion cli/tests/dynamic_circular_imports/entry.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import("./b.js");
import("./a.js");
import("./a.js");

0 comments on commit 9880b3f

Please sign in to comment.