Skip to content

Commit 8fc5bf5

Browse files
Remove semicolons
1 parent e8acd34 commit 8fc5bf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/src/sidebar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ const Sidebar = (($) => {
129129
}
130130

131131
makeScrollbar() {
132-
let container = Selector.SIDEBAR_SCROLL;
132+
let container = Selector.SIDEBAR_SCROLL
133133

134134
if (document.querySelector(container) === null) {
135-
container = Selector.NAVIGATION_CONTAINER;
135+
container = Selector.NAVIGATION_CONTAINER
136136

137137
if (document.querySelector(container) === null) {
138-
return null;
138+
return null
139139
}
140140
}
141141

0 commit comments

Comments
 (0)