cargo fmt

This commit is contained in:
DustInDark
2022-06-29 00:08:11 +09:00
parent af94f582c4
commit 9c449ae0f6

View File

@@ -595,7 +595,9 @@ impl App {
// target_eventids.txtでイベントIDベースでフィルタする。
let data = record_result.as_ref().unwrap().data.clone();
if !self._is_target_event_id(&data) && !configs::CONFIG.read().unwrap().args.deep_scan {
if !self._is_target_event_id(&data)
&& !configs::CONFIG.read().unwrap().args.deep_scan
{
continue;
}