浏览代码

formatting

Gildas 6 年之前
父节点
当前提交
eb92f04dc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/lib/gdrive/gdrive.js

+ 1 - 1
extension/lib/gdrive/gdrive.js

@@ -51,7 +51,7 @@ this.GDrive = this.GDrive || (() => {
 				this.getAuthURL(options);
 				return options.code ? authFromCode(this, options) : initAuth(this, options);
 			}
-		}		
+		}
 		managedToken() {
 			return Boolean(browser.identity.getAuthToken);
 		}