Przeglądaj źródła

Fix indentation

simov 6 lat temu
rodzic
commit
b024cb3506
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      background/webrequest.js

+ 1 - 1
background/webrequest.js

@@ -11,7 +11,7 @@ md.webrequest = ({storage: {state}, detect}) => {
   var options = ['blocking', 'responseHeaders']
 
   var onHeadersReceived = ({method, url, statusCode, responseHeaders}) => {
-      if (method !== 'GET') {
+    if (method !== 'GET') {
       return {responseHeaders}
     }