👕 Add missing semicolons

This commit is contained in:
Max Brunsfeld 2016-02-16 15:26:58 -08:00
parent ccef805e9b
commit 3e3e593366
3 changed files with 6 additions and 6 deletions

View file

@ -8,4 +8,4 @@ exports.setHandler = function (deprecationHandler) {
exports.getHandler = function () {
return deprecate.getHandler();
}
};