Skip to content

Commit 30282aa

Browse files
committed
Fix linting
1 parent be945b1 commit 30282aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/core/static-src/core/js/readthedocs-doc-embed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ var search = require('./doc-embed/search');
1919
}
2020
}
2121

22-
domReady(function() {
22+
domReady(function () {
2323
footer.init();
2424
sphinx.init();
2525
search.init();
2626
sponsorship.init();
2727
});
28-
}())
28+
}());

0 commit comments

Comments
 (0)