Skip to content

Commit 9b68596

Browse files
committed
fix (node-delta-sharing): Fix syntax error in delta_sharing example config
Signed-off-by: Ritesh.K <riteshkarki6@gmail.com>
1 parent 3e2f5a7 commit 9b68596

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

etc/examples/nodes/delta_sharing.conf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
2+
# SPDX-License-Identifier: Apache-2.0
13
nodes = {
24
delta_reader = {
35
type = "delta_sharing"
@@ -20,10 +22,10 @@ nodes = {
2022
uri = "${TEST_OUTPUT}"
2123
format = "json"
2224
}
23-
},
24-
paths = [
25+
}
26+
paths = (
2527
{
2628
in = "delta_reader"
2729
out = "file1"
2830
}
29-
]
31+
)

0 commit comments

Comments
 (0)