File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ set cts_args [list \
1818 -balance_levels]
1919
2020if {[info exist ::env(CTS_BUF_DISTANCE)]} {
21- lappend cts_args -distance_between_buffers " $::env(CTS_BUF_DISTANCE) "
21+ lappend cts_args -distance_between_buffers $::env(CTS_BUF_DISTANCE)
2222}
2323
2424if {[info exist ::env(CTS_CLUSTER_SIZE)]} {
25- lappend cts_args -sink_clustering_size " $::env(CTS_CLUSTER_SIZE) "
25+ lappend cts_args -sink_clustering_size $::env(CTS_CLUSTER_SIZE)
2626}
2727
2828if {[info exist ::env(CTS_CLUSTER_DIAMETER)]} {
29- lappend cts_args -sink_clustering_max_diameter " $::env(CTS_CLUSTER_DIAMETER) "
29+ lappend cts_args -sink_clustering_max_diameter $::env(CTS_CLUSTER_DIAMETER)
3030}
3131
3232if {[info exist ::env(CTS_ARGS)]} {
You can’t perform that action at this time.
0 commit comments