cargo fmt

This commit is contained in:
DastInDark
2022-06-29 22:18:16 +09:00
parent 8bf5752cc7
commit b10ffa07d8
2 changed files with 4 additions and 5 deletions

View File

@@ -236,7 +236,7 @@ pub fn create_rec_info(data: Value, path: String, keys: &[String]) -> EvtxRecord
// EvtxRecordInfoを作る
let data_str = data.to_string();
let rec_info = Option::Some(create_recordinfos(&data));
EvtxRecordInfo {
evtx_filepath: path,
record: data,