Skip to content

Commit 7206f0f

Browse files
committed
Improve formatting
1 parent 97956cf commit 7206f0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web_src/js/features/load-branches-and-tags.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ function addLink(href, text, addHere, tooltip) {
6666
}
6767

6868
export function initLoadBranchesAndTagsButton() {
69-
for (const loadButton of document.querySelectorAll(
70-
'.load-tags-and-branches',
71-
)) {
69+
for (const loadButton of document.querySelectorAll('.load-tags-and-branches')) {
7270
loadButton.addEventListener('click', () => {
7371
loadBranchesAndTags(
7472
loadButton,

0 commit comments

Comments
 (0)