Skip to content

Commit

Permalink
misc: minor whitespace fix on unminified-css audit
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 21, 2018
1 parent 8605508 commit 16da670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/byte-efficiency/unminified-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UnminifiedCSS extends ByteEfficiencyAudit {
name: 'unminified-css',
description: 'Minify CSS',
informative: true,
helpText: 'Minifying CSS files can reduce network payload sizes.' +
helpText: 'Minifying CSS files can reduce network payload sizes. ' +
'[Learn more](https://developers.google.com/speed/docs/insights/MinifyResources).',
requiredArtifacts: ['CSSUsage', 'devtoolsLogs'],
};
Expand Down

0 comments on commit 16da670

Please sign in to comment.