1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 10:20:04 +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,13 +1,8 @@
use std::{ fs, path::Path, };
use std::{ fs, path::Path };
use rust_util::{ XResult, new_box_ioerror };
use rust_util::{
iff,
XResult,
new_box_ioerror,
};
use super::http::get_url_content;
use super::misc::VERBOSE;
use crate::http::get_url_content;
use crate::misc::VERBOSE;
pub const BUILD_JSON: &str = "build.json";