1
0
mirror of https://github.com/jht5945/buildj.git synced 2026-01-12 08:20:03 +08:00

style: code style

This commit is contained in:
2020-08-02 14:39:29 +08:00
parent ffb253e239
commit 220ae2e8a9
7 changed files with 14 additions and 30 deletions

View File

@@ -1,11 +1,7 @@
use std::fs::File;
use rust_util::{ XResult, util_io::copy_io };
use rust_util::{
XResult,
util_io::copy_io,
};
use super::misc::VERBOSE;
use crate::misc::VERBOSE;
pub fn download_url(url: &str, dest: &mut File) -> XResult<()> {
if *VERBOSE {