Skip to content

Commit

Permalink
chg: add space for separator
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 12, 2024
1 parent ac1f810 commit 89f453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeline/timelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ impl Timeline {
let mut wrt = WriterBuilder::new().from_writer(file);
let _ = wrt.write_record(header);
for rec in &mut *log_metrics {
if let Some(r) = Self::create_record_array(rec, stored_static, "¦") {
if let Some(r) = Self::create_record_array(rec, stored_static, " ¦") {
let _ = wrt.write_record(r);
}
}
Expand Down

0 comments on commit 89f453f

Please sign in to comment.