Skip to content

Commit 53a6405

Browse files
committed
added new line.
1 parent d679da5 commit 53a6405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data-structures/heap.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ describe('Heap', function () {
5858
res = heap.extract();
5959
expect(res).toBe(66);
6060
});
61-
});
61+
});

0 commit comments

Comments
 (0)