Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d39c311

Browse files
authored
whitespace
1 parent d5d6285 commit d39c311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/static/sidebar.js_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const initialiseSidebar = () => {
4545
{% if sphinx_version_tuple is defined and sphinx_version_tuple[0] >= 5 %}
4646
const sidebarButton = document.getElementById("sidebarbutton")
4747
const sidebarArrow = sidebarButton.querySelector('span')
48-
{% else %}
48+
{% else %}
4949
// create the sidebar button element
5050
const sidebarButton = document.createElement("div")
5151
sidebarButton.id = "sidebarbutton"

0 commit comments

Comments
 (0)