diff options
author | Matthias Einwag <[email protected]> | 2020-09-23 09:06:10 +0100 |
---|---|---|
committer | Matthias Einwag <[email protected]> | 2020-09-23 09:06:10 +0100 |
commit | 45de3e738c33e972540643f470d6163052219d84 (patch) | |
tree | 2a3958687e1b57573485015fbb20d50fdcf35ee9 /editors | |
parent | 145bd6f70138246b4e5efebcd94786f147ac9e7a (diff) |
Remove stray newline
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/main.ts | 1 |
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 | ||
383 | async function queryForGithubToken(state: PersistentState): Promise<void> { | 382 | async function queryForGithubToken(state: PersistentState): Promise<void> { |