Skip to content

Commit

Permalink
closure comma
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Apr 28, 2017
1 parent 1378aec commit b214276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/report/v2/renderer/report-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ ReportRenderer.TagJSON; // eslint-disable-line no-unused-expressions
* initialUrl: string,
* url: string,
* reportCategories: !Array<!ReportRenderer.CategoryJSON>,
* reportTags: !Object<string, !ReportRenderer.TagJSON>
* reportTags: !Object<string, !ReportRenderer.TagJSON>,
* runtimeConfig: {
* blockedUrlPatterns: !Array<string>,
* environment: !Array<{description: string, enabled: boolean, name: string}>
Expand Down

0 comments on commit b214276

Please sign in to comment.