Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent 7232ed4 commit 2fdc69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/report/reporters/histogram/width.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const getWidths = function (combinations, mini, screenWidth) {
return { titlesWidth, minBlockWidth, contentWidth }
}

// Retrieve the width of those blocks
const getMinMaxBlockWidth = function (combinations, mini, statName) {
return Math.max(
...combinations.map((combination) =>
Expand Down

0 comments on commit 2fdc69d

Please sign in to comment.