Skip to content

Commit 3b667ce

Browse files
🤖 chore: Lint source files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/1fe650dc2407c6c6395828a28777fe8137a3bd2f/src/transforms/sources:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent 1e05f82 commit 3b667ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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://coveralls.io/github/computational-combinatorics/set-partition';
20+
testlink.href =
21+
'https://coveralls.io/github/computational-combinatorics/set-partition';
2122
testlink.target = '_BLANK';
2223

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

test/src/count.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test(macro, 3, 5n);
1515
test(macro, 4, 15n);
1616
test(macro, 5, 52n);
1717
test(macro, 6, 203n);
18-
test(macro, 26, 49631246523618756274n);
18+
test(macro, 26, 49_631_246_523_618_756_274n);
1919

2020
const _macro = (t, k, Bk) => {
2121
t.is(_count(1, k), Bk);

0 commit comments

Comments
 (0)