Skip to content

Commit 6cd4ad6

Browse files
committed
linted
1 parent c33b224 commit 6cd4ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/accordion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* SimpleTOC load function.
33
*/
4-
const simpletocLoad = function() {
4+
const simpletocLoad = function () {
55
const buttons = document.querySelectorAll( 'button.simpletoc-collapsible' );
66

77
buttons.forEach( ( button ) => {
@@ -20,7 +20,7 @@ const simpletocLoad = function() {
2020
: '0px';
2121
} );
2222
} );
23-
}
23+
};
2424

2525
// Allow others to call function if needed.
2626
window.simpletocLoad = simpletocLoad;

0 commit comments

Comments
 (0)