mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-16 22:42:20 +02:00
remove ---
This commit is contained in:
@ -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(&terminal_str)?;
|
||||
self.write_line_term(searcher)?;
|
||||
self.write(b"---")?;
|
||||
self.write_line_term(searcher)?;
|
||||
}
|
||||
}
|
||||
SummaryKind::PathWithMatch => {
|
||||
|
Reference in New Issue
Block a user