diff --git a/static/sw.js b/static/sw.js index 03bff7f8..63b96933 100644 --- a/static/sw.js +++ b/static/sw.js @@ -18,4 +18,4 @@ self.addEventListener('fetch', function(e) { return response || fetch(e.request); }) ); -}); \ No newline at end of file +});