master
Bel LaPointe 2023-03-23 11:29:13 -06:00
parent b3aa36b257
commit fbb5d8d8b9
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ pub fn build_formatted_output_stream(cfg: &Stream, stream: Box<dyn OutputStream>
});
}
// TODO use https://crates.io/crates/handlebars instead
impl OutputStream for OutputStreamFormatted {
fn put(&mut self, v: Vec<char>) {
match self.format.as_ref() {