Skip to content

Commit 44b35f6

Browse files
authored
Add space
1 parent 487fc3a commit 44b35f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/_static/javascripts/version_dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function assign_href(a, url, path) {
22
fetch(url + "/" + path).then(response => {
3-
if (response.ok){
3+
if (response.ok) {
44
a.href = url + "/" + path;
55
} else {
66
a.href = url + "/index.html";

0 commit comments

Comments
 (0)