Skip to content

Commit 95f7483

Browse files
committed
test
1 parent fd409d3 commit 95f7483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/quick-start-module.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ function changeVersion(ptbuild) {
143143
if(archMap[elems[i].id]) {
144144
elems[i].style.textDecoration = "";
145145
elems[i].children[0].textContent = info.title + " " + archMap[elems[i].id][1]
146-
}
147-
else {
146+
} else {
148147
elems[i].style.textDecoration = "line-through";
149148
}
150149
}
@@ -282,3 +281,4 @@ function commandMessage(key) {
282281

283282
// Set cuda version right away
284283
changeVersion("stable")
284+

0 commit comments

Comments
 (0)