Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 42d3ae4

Browse files
authored
Removed trailing space
1 parent 79d4c47 commit 42d3ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Maths/test/Fibonacci.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Fibonacci', () => {
2626
expect(positive.next().value).toBe(3)
2727
expect(positive.next().value).toBe(5)
2828
expect(positive.next().value).toBe(8)
29-
29+
3030
const negative = FibonacciGenerator(true)
3131
expect(negative.next().value).toBe(0)
3232
expect(negative.next().value).toBe(1)
@@ -77,7 +77,7 @@ describe('Fibonacci', () => {
7777
expect(FibonacciMatrixExpo(-5)).toBe(5)
7878
expect(FibonacciMatrixExpo(-6)).toBe(-8)
7979
})
80-
80+
8181
it('should return bigint for FibonacciMatrixExpo', () => {
8282
expect(FibonacciMatrixExpo(0n)).toBe(0n)
8383
expect(FibonacciMatrixExpo(1n)).toBe(1n)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /