Format traces as bullet list (MOD-32) (#3220)
* Format traces as bullet list * Fix fmt
This commit is contained in:
parent
acc379d14d
commit
1e8d550e96
@ -243,8 +243,10 @@ pub async fn delphi_result_ingest(
|
||||
|
||||
for (issue, trace) in &body.issues {
|
||||
for path in trace.keys() {
|
||||
thread_header
|
||||
.push_str(&format!("\n issue {issue} found at file {}", path));
|
||||
thread_header.push_str(&format!(
|
||||
"\n\n- issue {issue} found at file {}",
|
||||
path
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user