Browse Source

format files

Gildas 3 năm trước cách đây
mục cha
commit
24ff31fc43
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .gitignore
  2. 1 1
      src/extension/core/bg/autosave.js

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 /.vscode/
 **/node_modules/
 **/chromedriver.exe
-**/geckodriver.exe
+**/geckodriver.exe

+ 1 - 1
src/extension/core/bg/autosave.js

@@ -229,4 +229,4 @@ function fetch(url, options = {}) {
 		}
 		xhrRequest.send();
 	});
-}
+}