Skip to content

Commit 4c7c1f2

Browse files
👕 refactor: Lint sources.
1 parent 5343c44 commit 4c7c1f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/scripts/header.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ domReady(() => {
1717
header.insertBefore(projectname, header.firstChild);
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20-
testlink.href = 'https://app.codecov.io/gh/string-data-structure/failure-function';
20+
testlink.href =
21+
'https://app.codecov.io/gh/string-data-structure/failure-function';
2122
testlink.target = '_BLANK';
2223

2324
const searchBox = document.querySelector('.search-box');

0 commit comments

Comments
 (0)