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