Skip to content

Commit

Permalink
Missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Dec 5, 2016
1 parent 590a246 commit aa1bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ exports.shallowCopyFromList = function (to, from, list) {
}
});
return to;
}
};

/**
* Simple in-process cache implementation. Does not implement limits of any
Expand Down

0 comments on commit aa1bee3

Please sign in to comment.