Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit aaa1ab2

Browse files
tatzyrcodebytere
authored andcommitted
chore: remove trailing space (#340)
1 parent c4586fc commit aaa1ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preload.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ window.addEventListener('DOMContentLoaded', () => {
44
const replaceText = (selector, text) => {
55
const element = document.getElementById(selector)
66
if (element) element.innerText = text
7-
}
8-
7+
}
8+
99
for (const type of ['chrome', 'node', 'electron']) {
1010
replaceText(`${type}-version`, process.versions[type])
1111
}

0 commit comments

Comments
 (0)