aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Einwag <[email protected]>2020-09-23 09:06:10 +0100
committerMatthias Einwag <[email protected]>2020-09-23 09:06:10 +0100
commit45de3e738c33e972540643f470d6163052219d84 (patch)
tree2a3958687e1b57573485015fbb20d50fdcf35ee9
parent145bd6f70138246b4e5efebcd94786f147ac9e7a (diff)
Remove stray newline
-rw-r--r--editors/code/src/main.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index ce7c56d05..5a33b8fc2 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -377,7 +377,6 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
377 throw e; 377 throw e;
378 }; 378 };
379 } 379 }
380
381} 380}
382 381
383async function queryForGithubToken(state: PersistentState): Promise<void> { 382async function queryForGithubToken(state: PersistentState): Promise<void> {