Skip to content

Commit

Permalink
ESLint fixes (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 30, 2018
1 parent 58aa063 commit dabc4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Object.assign(_GpfError.prototype, /** @lends gpf.Error.prototype */ {
* @since 0.1.5
*/
_buildMessage: function (context) {
var replacements;
var replacements;
if (context) {
replacements = {};
_gpfObjectForEach(context, function (value, key) {
Expand Down

0 comments on commit dabc4f9

Please sign in to comment.