Skip to content

Commit

Permalink
Update staticAnalysisView.js
Browse files Browse the repository at this point in the history
style
  • Loading branch information
LianaHus authored Oct 4, 2018
1 parent b2c1ce9 commit 8d0ab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/staticanalysis/staticAnalysisView.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ staticAnalysisView.prototype.checkModule = function (event) {
}

staticAnalysisView.prototype.renderModules = function () {
var self = this;
var self = this
var groupedModules = utils.groupBy(preProcessModules(self.runner.modules()), 'categoryId')
return Object.keys(groupedModules).map((categoryId, i) => {
var category = groupedModules[categoryId]
Expand Down

0 comments on commit 8d0ab2d

Please sign in to comment.