Skip to content

Commit 5a4fdf9

Browse files
committed
style(report): prettier-format ConfigCard test helper
1 parent 57f531f commit 5a4fdf9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

report/src/components/ConfigCard.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ const baseConfig = (
2323
});
2424

2525
const flatLabels = (config: LoadTestConfig): string[] =>
26-
buildRows(config).flat().map((r) => r.label);
26+
buildRows(config)
27+
.flat()
28+
.map((r) => r.label);
2729

2830
describe("formatTransactions", () => {
2931
it("formats a weighted transaction mix", () => {

0 commit comments

Comments
 (0)