Skip to content

Commit 493bdf6

Browse files
committed
add empty line at the end
1 parent 71206e5 commit 493bdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/series/test/hexagonal_numbers.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ describe("HexagonalNumbers", () => {
1212
it("should return zero hexagonal numbers", () => {
1313
expect(HexagonalNumbers(0)).toStrictEqual([])
1414
})
15-
})
15+
})

0 commit comments

Comments
 (0)