Skip to content

Commit 195af9f

Browse files
committed
Use property shorthand
1 parent f7583fe commit 195af9f

File tree

1 file changed

+1
-1
lines changed
  • rust/cubesql/cubesql/egraph-debug-template/src

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/egraph-debug-template/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function layout(
106106

107107
const graph = {
108108
id: 'root',
109-
layoutOptions: layoutOptions,
109+
layoutOptions,
110110
children: Object.keys(groupNodes).map((key) => groupNodes[key]),
111111
edges: elkEdges,
112112
};

0 commit comments

Comments
 (0)