Skip to content

Commit 9e2f27d

Browse files
committed
Cleaned up jshint errors.
1 parent a774b4f commit 9e2f27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ BroccoliServiceWorker.prototype.write = function(readTree, destDir) {
8585
cacheURL = cacheURL.route;
8686
}
8787

88-
var line = "toolbox.router.any('"+cacheURL+"',toolbox.networkFirst"
88+
var line = "toolbox.router.any('"+cacheURL+"',toolbox.networkFirst";
8989

9090
if (options) {
9191
line += ', ';
9292
line += options;
9393
}
9494

95-
line += ');'
95+
line += ');';
9696

9797
lines.push(line);
9898
});

0 commit comments

Comments
 (0)