Przeglądaj źródła

formatting

Former-commit-id: eb92f04dc489d6567bb9cc3f6f70d4c19d2fa389
Gildas 6 lat temu
rodzic
commit
dde6406a87
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
 		}