Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and rkdarst committed Sep 13, 2022
1 parent a27b7ee commit 417be14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sphinx_copybutton/_static/setup-browser-env.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('browser-env')();
require('browser-env')();
4 changes: 2 additions & 2 deletions sphinx_copybutton/_static/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ parameters.forEach((p) => {

/**
* From https://stackoverflow.com/questions/494143/creating-a-new-dom-element-from-an-html-string-using-built-in-dom-methods-or-pro/35385518#35385518
*
*
* @param {String} HTML representing a single element
* @return {Element}
*/
Expand Down Expand Up @@ -300,4 +300,4 @@ filterParameters.forEach((p) => {
t.is(text, p.expected.trim())
});
})
*/
*/

0 comments on commit 417be14

Please sign in to comment.