Skip to content

Commit 9e77f2c

Browse files
committed
Missing semicolon
1 parent 3ee2243 commit 9e77f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rank/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = rank;
2929
function rank(g) {
3030
var ranker = g.graph().ranker;
3131
if (ranker instanceof Function) {
32-
return ranker(g)
32+
return ranker(g);
3333
}
3434

3535
switch(g.graph().ranker) {

0 commit comments

Comments
 (0)