1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-16 22:42:20 +02:00

remove ---

This commit is contained in:
Cabbache
2024-10-23 23:27:49 +02:00
parent 6fd3259202
commit 29c99fd1f1

View File

@ -822,8 +822,6 @@ impl<'p, 's, M: Matcher, W: WriteColor> Sink for SummarySink<'p, 's, M, W> {
self.write_line_term(searcher)?; self.write_line_term(searcher)?;
self.write(&terminal_str)?; self.write(&terminal_str)?;
self.write_line_term(searcher)?; self.write_line_term(searcher)?;
self.write(b"---")?;
self.write_line_term(searcher)?;
} }
} }
SummaryKind::PathWithMatch => { SummaryKind::PathWithMatch => {