From bfed19b230a5a602732e43c94124d9cbf860dcd6 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Sat, 11 Jun 2022 02:56:50 +0900 Subject: [PATCH] erase unnecessary comment --- src/detections/detection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };