Skip to content

Commit

Permalink
codestyle: Missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
quazardous committed Jan 10, 2017
1 parent 3a6b4aa commit 85970c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/readify.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,5 @@ function replaceFromList(obj, prop, array) {
return Object.assign(a, {
[prop]: data
});
})
});
}

0 comments on commit 85970c2

Please sign in to comment.