clippy/fmt

This commit is contained in:
tensor-programming 2020-02-12 16:53:07 -05:00
parent 76c8376e74
commit dd40b44598
No known key found for this signature in database
GPG Key ID: EDAE3CB55FE4A0CF

View File

@ -170,7 +170,7 @@ fn download_and_verify(url: &str, hash: &str) -> crate::Result<Vec<u8>> {
fn app_installer_dir(settings: &Settings) -> crate::Result<PathBuf> {
let arch = match settings.binary_arch() {
"x86" => "i386",
"x86" => "i386",
"x86_64" => "amd64",
target => {
return Err(crate::Error::from(format!(