1
0
mirror of https://github.com/jht5945/finding.git synced 2025-12-27 21:20:05 +08:00

re format

This commit is contained in:
2020-04-30 01:05:41 +08:00
parent 63afb268ef
commit 29fea6ac49
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use std:: {
use std::{
fs::File,
path::Path,
io::prelude::*,

View File

@@ -1,4 +1,4 @@
use argparse::{ArgumentParser, StoreTrue, Store};
use argparse::{ ArgumentParser, StoreTrue, Store, };
use rust_util::{ XResult, util_size::*, };
pub struct Options {