Skip to content

Commit 83aeea8

Browse files
authored
Fix indentation
1 parent 5ba77f9 commit 83aeea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cases/chunks/named-chunks/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ it("should handle empty named chunks when there is an error callback", function(
6767
sync = true;
6868
setImmediate(function() {
6969
sync = false;
70-
});
70+
});
7171
});
7272

7373
it("should be able to use named chunks in import()", function(done) {
@@ -110,5 +110,5 @@ it("should be able to use named chunk in context import()", function(done) {
110110
Promise.resolve().then(function(){}).then(function(){}).then(function(){
111111
sync = false;
112112
});
113-
});
113+
});
114114
});

0 commit comments

Comments
 (0)