Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav-olsen-groupone committed Sep 23, 2015
1 parent ca15209 commit e263059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = function (options) {
if (filters) {
filters.forEach(function (filter) {
if (filter.unpipe) {
filter.unpipe()
filter.unpipe();
}
});
}
Expand Down

0 comments on commit e263059

Please sign in to comment.