Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 868a2c4

Browse files
committed
style(jqLite): remove trailing whitespace in new test
Oops.
1 parent 05fbed5 commit 868a2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jqLiteSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ describe('jqLite', function() {
13201320
};
13211321
iframe_.src = "/base/test/fixtures/iframe.html";
13221322
jqLite(document).find('body').append(iframe);
1323-
1323+
13241324
// This test is potentially flaky on CI cloud instances, so there is a generous
13251325
// wait period...
13261326
waitsFor(function() { return tested; }, 2000);

0 commit comments

Comments
 (0)