Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent 149e119 commit 6ca012e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/report/normalize/titles_pad.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { getCombinationsIds } from '../../combination/ids.js'

// Add:
// - `combination.dimensions[*].titlePadded`: like
// `combination.dimensions[*].title` but padded so all combinations
// vertically align
// - `combination.titles`: combines all *TitlePadded
// Add `combination.dimensions[*].titlePadded`
// It is like `combination.dimensions[*].title` but padded so all combinations
// vertically align
export const padTitles = function (combinations) {
const dimensions = getDimensions(combinations)
const paddings = getPaddings(combinations, dimensions)
Expand Down

0 comments on commit 6ca012e

Please sign in to comment.