diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index c589a9d980..bfd0e65487 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -1186,11 +1186,11 @@ declare module Electron { * before using this API */ checkForUpdates(): any; - /** - * Restarts the app and installs the update after it has been downloaded. - * It should only be called after update-downloaded has been emitted. - */ - quitAndInstall(): any; + /** + * Restarts the app and installs the update after it has been downloaded. + * It should only be called after update-downloaded has been emitted. + */ + quitAndInstall(): any; } module Dialog {