Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 30, 2019
1 parent 81f75df commit bb46184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/asset-size-tracking/src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Package {
`${rightPad('% of Package', TablePads.percentOfPackage)} | ` +
`% Of Library`
);
const line =
let line =
'\t-----------------------------------------------------------------------------------------------------';
if (longest > TablePads.name) {
let toAdd = longest - TablePads.name;
Expand Down

0 comments on commit bb46184

Please sign in to comment.