Remove stray newline

This commit is contained in:
Matthias Einwag 2020-09-23 01:06:10 -07:00
parent 145bd6f701
commit 45de3e738c

View file

@ -377,7 +377,6 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
throw e;
};
}
}
async function queryForGithubToken(state: PersistentState): Promise<void> {