1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00

style: code style format

This commit is contained in:
2020-09-19 20:00:54 +08:00
parent 0a2302301d
commit 89f45cc354
5 changed files with 12 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ use std::{
time::{ SystemTime, Duration },
};
use super::{ XResult, new_box_ioerror, };
use super::{ XResult, new_box_ioerror };
use super::util_size::get_display_size;
use super::util_msg::print_lastline;
use super::util_file::resolve_file_path;