Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samertm committed Sep 28, 2016
1 parent 44d45b2 commit 3a8aefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ module.exports = {
cache: cache,
uncache: uncache,
precache: precache,
validatePrecacheInput: validatePrecacheInput,
validatePrecacheInput: validatePrecacheInput
};
2 changes: 1 addition & 1 deletion lib/listeners.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ function installListener(event) {
module.exports = {
fetchListener: fetchListener,
activateListener: activateListener,
installListener: installListener,
installListener: installListener
};

0 comments on commit 3a8aefd

Please sign in to comment.