Skip to content

Commit b4bf83e

Browse files
committed
fixed trailing comma
1 parent 3dc1d95 commit b4bf83e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Charts/odin-xspress/deployment/fp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"chunks": [
271271
524288
272272
]
273-
},
273+
}{{ if lt (add1 $i) $channelsPerFileList }},{{ end }}
274274
{{- end }}
275275
}
276276
}

Charts/odin-xspress/deployment/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"frame_release_endpoint": "tcp://127.0.0.1:10002",
1212
"decoder_config": {
1313
"enable_packet_logging": false,
14-
"frame_timeout_ms": 1000,
14+
"frame_timeout_ms": 1000
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)