Skip to content

Commit c3dd49a

Browse files
committed
Make linter happy
1 parent 78e6e7f commit c3dd49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/sidebar/sidebar-version-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (!isEmbedded) {
3939

4040
const versionsGoToLatest = qs('.sidebar-staleVersion a')
4141

42-
if(versionsGoToLatest) {
42+
if (versionsGoToLatest) {
4343
versionsGoToLatest.addEventListener('click', handleGoToLatestClicked)
4444
}
4545
}

0 commit comments

Comments
 (0)