Skip to content

Commit 9f91089

Browse files
committed
Removing the diff marker
1 parent 2f47c92 commit 9f91089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/layout.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ let Graph = require("@dagrejs/graphlib").Graph;
1717
module.exports = layout;
1818

1919
function layout(g, opts) {
20-
<<<<<<< HEAD
2120
let time = opts && opts.debugTiming ? util.time : util.notime;
2221
time("layout", () => {
2322
let layoutGraph =

0 commit comments

Comments
 (0)