From da016154e616cfccdadebaced269b7429c0d6bc4 Mon Sep 17 00:00:00 2001 From: "m.sakamaki" Date: Sat, 27 Feb 2016 15:32:12 +0900 Subject: [PATCH] indent style equal tab --- github-electron/github-electron.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {