Skip to content

Commit

Permalink
feat(inclusion_monitor): add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 9, 2024
1 parent 4dbdc2d commit b098e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/inclusion_monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ async fn report_missing_payload(
request\\_download\\_duration\\_ms: {request_download_duration_ms}
"
);
message.push('\n');
message.push_str("\n\n");
message.push_str(&late_call_message);
}

Expand Down

0 comments on commit b098e03

Please sign in to comment.