1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 02:01:33 +08:00

style: code style

This commit is contained in:
2020-08-02 15:58:55 +08:00
parent f21f124add
commit 4160011cab
3 changed files with 3 additions and 9 deletions

View File

@@ -6,11 +6,7 @@ use std::{
process::Command,
time::SystemTime,
};
use rust_util::{
XResult,
new_box_ioerror,
util_io::*,
};
use rust_util::{ XResult, new_box_ioerror, util_io::* };
use crypto::{
digest::Digest,
md5::Md5,