Skip to content

Commit 8698b99

Browse files
🤖 chore: Lint source files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/042c55f2254a9efdce5074d537141d6f85a98927/src/transforms/sources:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent f6f618b commit 8698b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/scripts/header.js

Lines changed: 2 additions & 1 deletion
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/computational-combinatorics/factorial';
20+
testlink.href =
21+
'https://app.codecov.io/gh/computational-combinatorics/factorial';
2122
testlink.target = '_BLANK';
2223

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

0 commit comments

Comments
 (0)