Skip to content

Commit 3822a48

Browse files
committed
chore: Trim trailing whitespace in the vendored UI files
The UI files never went through this repository's pre-commit hooks.
1 parent 99c8b05 commit 3822a48

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ui/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'use strict'
2-
2+
33
// This placeholder script allows this package to be discovered using require.resolve.
44
// It may be used in the future to export information about the files in this UI.

ui/src/partials/footer-scripts.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
linkEl.href = result.url;
4545
linkEl.innerText = result.meta.title;
4646
titleEl.appendChild(linkEl);
47-
47+
4848
// Create the child element for the excerpt
4949
const textEl = document.createElement("p");
5050
textEl.classList.add("pagefind-modular-list-excerpt");
5151
textEl.innerHTML = result.excerpt;
5252
innerEl.appendChild(textEl);
53-
53+
5454
return el;
5555
}
5656
}));

0 commit comments

Comments
 (0)