Skip to content

Commit 9bfa412

Browse files
committed
updated indendation
1 parent f5e7e04 commit 9bfa412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ self.addEventListener("install", (event) => {
4444
self.addEventListener("activate", (event) => {
4545
// - [x] clean up outdated runtime cache
4646
event.waitUntil(
47-
// clean up those who are not listed in manifestURLs
47+
// clean up those who are not listed in manifestURLs
4848
caches.open(cacheName).then((cache) =>
4949
// clean up those who are not listed in manifestURLs
5050
cache

0 commit comments

Comments
 (0)