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 056e40a commit d42a89e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/report/reporters/histogram/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export const getContent = function ({
}

const abscissa = getAbscissa(width, median, medianIndex)
return `${rows}
${abscissa}`
return `${rows}\n${abscissa}`
}

// Compute the position of the median tick on the screen.
Expand Down

0 comments on commit d42a89e

Please sign in to comment.