mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
Remove stray newline
This commit is contained in:
parent
145bd6f701
commit
45de3e738c
@ -377,7 +377,6 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
|
|||||||
throw e;
|
throw e;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function queryForGithubToken(state: PersistentState): Promise<void> {
|
async function queryForGithubToken(state: PersistentState): Promise<void> {
|
||||||
|
Loading…
Reference in New Issue
Block a user