Skip to content

Commit 23cdaaa

Browse files
committed
Remove trailing comma
1 parent 3d48b63 commit 23cdaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function positionSelfEdges(g) {
371371
{ x: x + 5 * dx / 6, y: y - dy },
372372
{ x: x + dx , y: y },
373373
{ x: x + 5 * dx / 6, y: y + dy },
374-
{ x: x + 2 * dx / 3, y: y + dy },
374+
{ x: x + 2 * dx / 3, y: y + dy }
375375
];
376376
node.label.x = node.x;
377377
node.label.y = node.y;

0 commit comments

Comments
 (0)