1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: improve readability

This commit is contained in:
Steffen Vogel 2018-05-13 14:22:07 +02:00
parent 17af0784e6
commit a2478b0d69

View file

@ -51,7 +51,13 @@ cat > ${CONFIG_FILE} <<EOF
}
},
"paths": [
{ "in": "node1", "out": "node1", "hooks" : [ { "type" : "print" } ] }
{
"in": "node1",
"out": "node1",
"hooks" : [
{ "type" : "print" }
]
}
]
}
EOF