mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Jan-29 23h17: parser.rs
This commit is contained in:
parent
5a27f2c047
commit
07865ec84c
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ impl<'a> Parser<'a> {
|
|||
|
||||
// duplicate
|
||||
if !item.tags.is_empty() {
|
||||
!item.comment.is_empty();
|
||||
item.comment.is_empty();
|
||||
}
|
||||
// blank
|
||||
if line.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue