diff --git a/commands/edit-image/squish.js b/commands/edit-image/squish.js index b6c28324..39b74758 100644 --- a/commands/edit-image/squish.js +++ b/commands/edit-image/squish.js @@ -60,4 +60,3 @@ module.exports = class SquishCommand extends Command { }); } }; -};