diff --git a/lib/utils.js b/lib/utils.js index ce41f7aa..563913ad 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -139,7 +139,7 @@ exports.shallowCopyFromList = function (to, from, list) { } }); return to; -} +}; /** * Simple in-process cache implementation. Does not implement limits of any