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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user