mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Applied autofix for object-curly-newline rule.
This commit is contained in:
@@ -26,7 +26,9 @@ export function initEdgesFromNodes(nodes) {
|
||||
// The direction source->target is important since dagre takes
|
||||
// directionality into account when calculating the layout.
|
||||
const edgeId = constructEdgeId(source, target);
|
||||
const edge = makeMap({ id: edgeId, value: 1, source, target });
|
||||
const edge = makeMap({
|
||||
id: edgeId, value: 1, source, target
|
||||
});
|
||||
edges = edges.set(edgeId, edge);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user