We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
total
1 parent d4b1d2e commit 7b20234Copy full SHA for 7b20234
tests/json.rs
@@ -130,7 +130,7 @@ fn json_input() {
130
data_tree: &sample_tree(),
131
bytes_format: BytesFormat::MetricUnits,
132
direction: Direction::BottomUp,
133
- column_width_distribution: ColumnWidthDistribution::Total { width: 255 },
+ column_width_distribution: ColumnWidthDistribution::total(255),
134
max_depth: 10.try_into().unwrap(),
135
};
136
let expected = format!("{}", visualizer);
0 commit comments