diff --git a/src/detections/detection.rs b/src/detections/detection.rs index f99525e0..f645ef5f 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -109,7 +109,7 @@ impl Detection { }); } parseerror_count += 1; - println!(); // 一行開けるためのprintln + println!(); }); Option::None };