Skip to content

Commit

Permalink
Update plugin_service.js
Browse files Browse the repository at this point in the history
spacing
  • Loading branch information
Logan Genet authored Feb 20, 2017
1 parent 856b830 commit e43bcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/service/entities/plugin_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ module.exports = function PluginServiceModule(pb) {
val.displayName = setting.displayName;
discrepancy = true;
}
formattedSettings.push(val);
formattedSettings.push(val);
}
});

Expand Down

0 comments on commit e43bcfe

Please sign in to comment.