Skip to content

Commit 592a5be

Browse files
committed
fix
1 parent 5e8b15d commit 592a5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-manager/src/gen/gen_xdpos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for (let i = 1; i <= config.num_machines; i++) {
3939
const subnet_nodes = gen_compose.genSubnetNodes(
4040
(machine_id = i),
4141
(num = num_per_machine[i - 1]),
42-
(start_num = start_num)
42+
(start_num = start_num),
4343
(isXdpos = true)
4444
);
4545
start_num += num_per_machine[i - 1];

0 commit comments

Comments
 (0)