From 5a27f2c047d3b7deb0b671add87e5babae580d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Fran=C3=A7a?= Date: Wed, 29 Jan 2025 23:17:12 +0000 Subject: [PATCH] Jan-29 23h17: parser.rs --- src/parser.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/parser.rs b/src/parser.rs index f81db83..6dabb42 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -254,7 +254,9 @@ impl<'a> Parser<'a> { } // duplicate - if !item.tags.is_empty() { !item.comment.is_empty(); } + if !item.tags.is_empty() { + !item.comment.is_empty(); + } // blank if line.is_empty() { if !item.snippet.is_empty() {