Skip to content

Commit

Permalink
Fix jshint - add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 9, 2017
1 parent 7ed0d05 commit b464685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/check-for-updates.js
Expand Up @@ -32,4 +32,4 @@ module.exports = (options) => {
} else throw err;
})
;
}
};

0 comments on commit b464685

Please sign in to comment.