From 45de3e738c33e972540643f470d6163052219d84 Mon Sep 17 00:00:00 2001 From: Matthias Einwag Date: Wed, 23 Sep 2020 01:06:10 -0700 Subject: Remove stray newline --- editors/code/src/main.ts | 1 - 1 file changed, 1 deletion(-) 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(downloadFunc: () => Promise, throw e; }; } - } async function queryForGithubToken(state: PersistentState): Promise { -- cgit v1.2.3